Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test new features #304

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,36 @@ model:
- "time_sale_day_of_week"
- "time_sale_post_covid"

- "other_affordability_risk_index"
- "other_distressed_community_index"
- "other_ihs_avg_year_index"

- "shp_parcel_centroid_dist_ft_sd"
- "shp_parcel_edge_len_ft_sd"
- "shp_parcel_interior_angle_sd"
- "shp_parcel_mrr_area_ratio"
- "shp_parcel_mrr_side_ratio"
- "shp_parcel_num_vertices"

- "prox_nearest_road_arterial_daily_traffic"
- "prox_nearest_road_arterial_dist_ft"
- "prox_nearest_road_arterial_lanes"
- "prox_nearest_road_arterial_speed_limit"
- "prox_nearest_road_arterial_surface_type"
- "prox_nearest_road_collector_daily_traffic"
- "prox_nearest_road_collector_dist_ft"
- "prox_nearest_road_collector_lanes"
- "prox_nearest_road_collector_speed_limit"
- "prox_nearest_road_collector_surface_type"
- "prox_nearest_road_highway_daily_traffic"
- "prox_nearest_road_highway_dist_ft"
- "prox_nearest_road_highway_lanes"
- "prox_nearest_road_highway_speed_limit"
- "prox_nearest_road_highway_surface_type"

- "prox_nearest_stadium_dist_ft"
- "prox_nearest_new_construction_dist_ft"

# List of predictors included in predictor.all which are categoricals.
# It is CRITICAL that any categorical variables are included in this list,
# else LightGBM will treat them as numeric
Expand Down Expand Up @@ -274,6 +304,10 @@ model:
- "loc_school_secondary_district_geoid"
- "time_sale_quarter_of_year"

- "prox_nearest_road_arterial_surface_type"
- "prox_nearest_road_collector_surface_type"
- "prox_nearest_road_highway_surface_type"

# List of identifiers for each observation, can be ignored
id:
- "meta_year"
Expand Down
Loading