Skip to content

Update readme for 2026 tag#451

Merged
wrridgeway merged 9 commits intomasterfrom
update-readme-for-2026-tag
Feb 24, 2026
Merged

Update readme for 2026 tag#451
wrridgeway merged 9 commits intomasterfrom
update-readme-for-2026-tag

Conversation

@wrridgeway
Copy link
Member

@wrridgeway wrridgeway commented Feb 20, 2026

Updating readme for 2026 tag.

  • re-ordered variables by name within category
  • added major changes
  • added links to publicly available input data
  • added link to soon-to-be previous year's tag
  • made sure features in model and readme are aligned

@wrridgeway wrridgeway self-assigned this Feb 20, 2026
@wrridgeway wrridgeway linked an issue Feb 23, 2026 that may be closed by this pull request
39 tasks
) %>%
mutate(description = replace_na(description, "")) %>%
arrange(category)
arrange(category, variable_name)
Copy link
Member Author

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.

Comment on lines +869 to +875
- [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)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth double-checking these links work as expected.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Praise] Works properly for me!

README.md Outdated
Comment on lines +708 to +715
2. Ensure that nearly identical properties are identically valued. For
some property classes, such as 210 and 295s, we manually adjust
values such that all identical properties in the same complex
receive the same predicted value. This is accomplished by replacing
individual predicted values with the average predicted value for the
complex.

4. Round PIN-level values (typically to the nearest \$1,000). This is
3. Round PIN-level values (typically to the nearest \$1,000). This is
Copy link
Member Author

@wrridgeway wrridgeway Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes seem like they weren't previously rendered when they were made in the .Rmd file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Nitpick, required] Ah, it looks like we actually need to change this back by persisting the old version of the text to README.Rmd and rerendering the doc so that it produces the same README.md text for this section that exists on the main branch. We tweaked the text in #372 but it looks like I didn't catch that we forgot to update README.Rmd, we just updated README.md directly.

@wrridgeway wrridgeway marked this pull request as ready for review February 23, 2026 17:55
Copy link
Member

@jeancochrane jeancochrane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! Changelog and links look good, and I think the new feature order is sensible. Just one quick tweak we need to make to the README before we merge to persist a change we made incorrectly in #372.

Comment on lines +869 to +875
- [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)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Praise] Works properly for me!

README.md Outdated
Comment on lines +708 to +715
2. Ensure that nearly identical properties are identically valued. For
some property classes, such as 210 and 295s, we manually adjust
values such that all identical properties in the same complex
receive the same predicted value. This is accomplished by replacing
individual predicted values with the average predicted value for the
complex.

4. Round PIN-level values (typically to the nearest \$1,000). This is
3. Round PIN-level values (typically to the nearest \$1,000). This is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Nitpick, required] Ah, it looks like we actually need to change this back by persisting the old version of the text to README.Rmd and rerendering the doc so that it produces the same README.md text for this section that exists on the main branch. We tweaked the text in #372 but it looks like I didn't catch that we forgot to update README.Rmd, we just updated README.md directly.

@TimCookCountyDS
Copy link

Thanks for tagging me @wrridgeway - looks like you're raging- question: I notice a number of changes in the data documentation- did you have to do that line by line, or was there a way you bulk exported it from an existing data schema?

@jeancochrane
Copy link
Member

Note that the test workflow failures should be resolved in #454, so if we can get that PR approved we can pull the changes in here to unblock CI.

@wrridgeway wrridgeway merged commit 39a00e2 into master Feb 24, 2026
5 of 6 checks passed
@wrridgeway wrridgeway deleted the update-readme-for-2026-tag branch February 24, 2026 15:54
wrridgeway added a commit that referenced this pull request Feb 24, 2026
@wrridgeway
Copy link
Member Author

Thanks for tagging me @wrridgeway - looks like you're raging- question: I notice a number of changes in the data documentation- did you have to do that line by line, or was there a way you bulk exported it from an existing data schema?

automatically rendered by running the .Rmd, just a product of adding an additional sort variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finalize 2026 models

3 participants