-
Notifications
You must be signed in to change notification settings - Fork 17
Update readme for 2026 tag #451
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
de7ec2b
Add data links
wrridgeway 0d68a1d
Render readme
wrridgeway 6818011
Add last year's model to prior table
wrridgeway 1c663c3
Merge branch 'master' into update-readme-for-2026-tag
wrridgeway 6292c1b
Test disable test
wrridgeway 15ea5b6
Update variable order
wrridgeway f650d84
Add 2026 major revisions
wrridgeway 309b1f4
Language
wrridgeway e0e9a6b
Add language from md to rmd
wrridgeway File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,6 +31,7 @@ This repository contains code, data, and documentation for the Cook County Asses | |
| | 2022 | North | County-wide LightGBM model | R (Tidyverse / Tidymodels) | [Link](https://github.com/ccao-data/model-res-avm/tree/2022-assessment-year) | | ||
| | 2023 | South | County-wide LightGBM model | R (Tidyverse / Tidymodels) | [Link](https://github.com/ccao-data/model-res-avm/tree/2023-assessment-year) | | ||
| | 2024 | City | County-wide LightGBM model | R (Tidyverse / Tidymodels) | [Link](https://github.com/ccao-data/model-res-avm/tree/2024-assessment-year) | | ||
| | 2025 | North | County-wide LightGBM model | R (Tidyverse / Tidymodels) | [Link](https://github.com/ccao-data/model-res-avm/tree/2025-assessment-year) | | ||
|
|
||
| # Model Overview | ||
|
|
||
|
|
@@ -357,7 +358,7 @@ param_tbl_fmt <- param_tbl %>% | |
| na.rm = TRUE | ||
| ) %>% | ||
| mutate(description = replace_na(description, "")) %>% | ||
| arrange(category) | ||
| arrange(category, variable_name) | ||
|
|
||
| # Write machine-readable version of the table to file | ||
| param_tbl_fmt %>% | ||
|
|
@@ -564,6 +565,12 @@ This repository represents a significant departure from the old [residential mod | |
| * Modified features: distance to road now uses Illinois Department of Transportation street data instead of OpenStreetMap. | ||
| * Added _lots_ of additional bug fixes and minor improvements. | ||
|
|
||
| ### [`assessment-year-2026`](https://github.com/ccao-data/model-res-avm/tree/2026-assessment-year) | ||
|
|
||
| * Changed how complex IDs are generated for class 210 and 295 town/rowhomes. The new method removes grouping on class since | ||
| the ID generation already fuzzy matches on year built which is the only difference between the classes. | ||
| * Greatly expanded analyst hand-review into the sales validation process, augmenting the preexisting algorithmic checks. Analyst decisions supercede any conflicting algorithmic outcomes now. | ||
|
|
||
| # Ongoing Issues | ||
|
|
||
| The CCAO faces a number of ongoing issues which make modeling difficult. Some of these issues are in the process of being solved; others are less tractable. We list them here for the sake of transparency and to provide a sense of the challenges we face. | ||
|
|
@@ -863,6 +870,15 @@ The data issue caused some sales to be omitted from the `2024-02-06-relaxed-tris | |
| - [land_nbhd_rate_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2025/land_nbhd_rate_data.parquet) | ||
| - [training_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2025/training_data.parquet) | ||
|
|
||
| #### 2026 | ||
|
|
||
| - [assessment_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/assessment_data.parquet) | ||
| - [char_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/char_data.parquet) | ||
| - [complex_id_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/complex_id_data.parquet) | ||
| - [hie_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/hie_data.parquet) | ||
| - [land_nbhd_rate_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/land_nbhd_rate_data.parquet) | ||
| - [training_data.parquet](https://ccao-data-public-us-east-1.s3.amazonaws.com/models/inputs/res/2026/training_data.parquet) | ||
|
|
||
|
Comment on lines
+877
to
+883
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Worth double-checking these links work as expected.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Praise] Works properly for me! |
||
| For other data from the CCAO, please visit the [Cook County Data Portal](https://datacatalog.cookcountyil.gov/). | ||
|
|
||
| ## System Requirements | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was annoying me that variables were not in alphabetical order within category.