-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor AssessPy for consistency, stability (#24)
* Add type stubs to dev deps * Refactor all assesspy formulas * Add full test suite for metrics * Add and clean testing data/samples * Update doc refs for data sets * Update metric docs types * Cleanup doc groupings * Bump package version * Add metrics _met docs * Update all CI functions * Don't export check_inputs * Update outlier functions * Cleanup test fixtures * Refactor outlier functions * Rename expect output vars * Add outlier function tests * Add option to disable lt 0 check for check_inputs * Update outliers docs heading * Remove scipy dependency * Refactor sales chasing functions * Fixup outlier functions * Finalize sales chasing rewrite * Add tests for all code paths * Update README * Update docs * Lint with ruff * Add Python 3.13 support * Update tests and types * Add Python 3.8 support * Add more python versions, update docstrings * Revert .python-versions setup * Remove pandas stubs dep * Set 3.9 to min python version * Fix indexing bug for MKI * Add more tests of MKI index issues * Update example ratio study notebook * Fix rst table format * Set notebook execution timeout * Update doc references * Fix minor doc issues * Remove 3.8 from tox env list * Bump release date * Remove unnecessary typing * Deduplicate PRD code * Scope test to session * Join check_inputs messages with newlines * Fix ruff errors * Scope seed fixture to each test
- Loading branch information
Showing
39 changed files
with
1,285 additions
and
1,298 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
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 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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
estimate,sale_price | ||
37299,32900 | ||
40166,36000 | ||
56317,54000 | ||
66184,64500 | ||
69487,68000 | ||
71515,70000 | ||
75338,74000 | ||
81036,80000 | ||
85673,84900 | ||
85021,89000 | ||
90046,94250 | ||
94089,99000 | ||
100227,105900 | ||
103157,109000 | ||
108290,115000 | ||
117099,124500 | ||
115347,129900 | ||
119678,135000 | ||
131631,149000 | ||
137321,155800 | ||
143974,163500 | ||
153572,175000 | ||
148457,179000 | ||
153488,185600 | ||
165040,199900 | ||
176940,215000 | ||
192959,235000 | ||
180046,250000 | ||
200240,279000 | ||
211445,295000 |
Binary file not shown.
Oops, something went wrong.