-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain feature parity with
model-res-avm
(#19)
* Update renv * Update ingest through data pulls to match res pipeline * Add char_data to file_dict.csv * Pausing work on ingest. Section 4 of ingest is next up. * Linting * Correct assessment data year * Remove time interval from assessment data * Ingest running * Preliminary train changes * Preliminary evaluate updates * Preliminary interpret changes * Preliminary finalize changes * Preliminary upload script changes * Initial export changes * Intitial assess stage changes * Assess stage changes * More ingest changes * Additional train updates * Additional finalize stage updates * Use noctua in export stage * Use noctua in api stage * Linting * Re-add removed summary stat hack in evaluate * Revert some lline removals in interpret * Minor formatting changes * Linting * Updates to description and params * Remove time_split from ingest * Running through train * Linting * Linting * Pipeline running through export stage * Shift to res avm run note style * Remove step_nzv from the linear model recipe * Ingest running with tunable lin model, haven't tried with cv * Update renv profiles * Docker stuff * Remove python-related files * Remove .renvignore from home dir * Remove ren settings file * Add terraform config files * Add github workflows * Update pre-commit config * Update dvc deps * Update snapshot type in setteings * Linting * Linting * Linting * Linting * Evaluate running again but depending on hack * Update lien date * Remove superfluous git workflow scripts * Add new secrets syntax and run_type choices * Remove additional redundant code
- Loading branch information
1 parent
9acbc33
commit 54870fa
Showing
39 changed files
with
4,059 additions
and
4,181 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
README.Rmd | ||
README.md | ||
renv/profile | ||
docs/ | ||
input/ | ||
renv/library/ | ||
renv/sandbox/ | ||
renv/staging/ |
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,7 +1,83 @@ | ||
Type: Project | ||
Description: Condo valuation model of the Cook County Assessor's Office | ||
Description: Condominium valuation model of the Cook County Assessor's Office | ||
Depends: | ||
arrow, | ||
assessr, | ||
aws.s3, | ||
aws.ec2metadata, | ||
butcher, | ||
ccao, | ||
conflicted, | ||
dplyr, | ||
embed, | ||
furrr, | ||
git2r, | ||
glue, | ||
hardhat, | ||
here, | ||
knitr, | ||
parsnip, | ||
purrr, | ||
lightgbm, | ||
lightsnip, | ||
lubridate, | ||
paws.analytics, | ||
paws.application.integration, | ||
recipes, | ||
rlang, | ||
rsample, | ||
stringr, | ||
tictoc, | ||
tidyr, | ||
tune, | ||
workflows, | ||
yaml, | ||
yardstick | ||
Remotes: | ||
ccao-data/assessr, | ||
ccao-data/ccao, | ||
ccao-data/lightsnip | ||
Config/renv/profiles/dev/dependencies: | ||
commonmark, | ||
DBI, | ||
igraph, | ||
markdown, | ||
noctua, | ||
openxlsx, | ||
readr, | ||
rmarkdown | ||
Config/renv/profiles/reporting/dependencies: | ||
quarto, | ||
backports, | ||
brio, | ||
broom, | ||
DBI, | ||
decor, | ||
desc, | ||
DT, | ||
digest, | ||
fastmap, | ||
ggplot2, | ||
ggrepel, | ||
gmodels, | ||
grid, | ||
gridExtra, | ||
gtools, | ||
htmltools, | ||
htmlwidgets, | ||
kableExtra, | ||
leaflet, | ||
magrittr, | ||
markdown, | ||
plotly, | ||
sf | ||
quarto, | ||
repr, | ||
scales, | ||
shapviz, | ||
sf, | ||
skimr, | ||
stringr, | ||
survey, | ||
svglite, | ||
tableone, | ||
tools, | ||
xgboost |
This file contains 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
Oops, something went wrong.