-
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.
Replace strata with time-weighted, leave-one-out, rolling building av…
…erage (#101) * Swap mean for leave-one-out mean * Finalize leave-one-out mean code * Add improved time-based weighting * Fix sale price agg * Update input data * Add initial building mean construction * Finalize building mean construction * Update input data with rolling means * Update training and imputation with roll means * Update linear model recipe * Update imputation vars * Drop temp strata mapping * Drop strata report sections * Finalize ingest stage changes * Remove strata from README * Update training and recipes with building mean feature * Finalize ingest for building mean * Drop strata from pipeline stages * Freeze ingest stage * Update Desk Review template * Save data at the end of ingest (doh) * Update input data * Update dvc lockfile * Bump ccao vars_dict * Fix README typos * Reformat DVC yaml * Fill counts with 0 * Update input data * Fix NA, NaN, Inf filling for rolling values * Remove dupe param * Update note about imputing * Fix filling in training data * Add pct sold feature * Edit README language * Fix count off by one errors * Update input data * Simplify leave-one-out mean construction by removing lags * Drop extra slice * Simplify and comment building mean construction * Cleanup docs and use NA in assessment data outputs * Update input data * Rename CV tuning param to avoid conflict with existing trees() * Rename tunable param * Rename tunable param * Add more interval comments * Add checks for negative building means * Use exact algo in froll functions
- Loading branch information
Showing
15 changed files
with
488 additions
and
887 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
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.