-
Notifications
You must be signed in to change notification settings - Fork 3
Use worst case method for MKI / KI #19
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 all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ad8e1ab
Add data and updated sorting
Damonamajor da3a207
remove dplyr
Damonamajor a2c3977
lintr
Damonamajor 58a10df
use two csv files
Damonamajor 0297413
correct "
Damonamajor 36388b8
delete duplicate
Damonamajor 824bf89
cleanup
Damonamajor 78d8ffb
cleanup
Damonamajor 1229f45
Add ki
Damonamajor 9811656
rename test
Damonamajor 69decd3
switch mki ki order
Damonamajor 57369da
Merge branch 'Use-worst-case-method-for-MKI-/-KI' of github.com:ccao-…
Damonamajor 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
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 |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| "Sale_Price","Assessed","Assessed_alt_sort_1","Assessed_alt_sort_2" | ||
| 32900,37299.37125,37299.37125,37299.37125 | ||
| 36000,40165.89269,40165.89269,40165.89269 | ||
| 54000,56317.4201,56317.4201,56317.4201 | ||
| 64500,66183.77244,66183.77244,66183.77244 | ||
| 68000,69486.97316,69486.97316,69486.97316 | ||
| 70000,71514.52586,71514.52586,71514.52586 | ||
| 74000,75338.28603,75338.28603,75338.28603 | ||
| 80000,81035.95111,81035.95111,81035.95111 | ||
| 84900,85672.85577,85672.85577,85672.85577 | ||
| 89000,85021.0865,94088.93683,90046.33945 | ||
| 89000,90046.33945,85021.0865,94088.93683 | ||
| 89000,94088.93683,90046.33945,85021.0865 | ||
| 105900,100227.0936,100227.0936,100227.0936 | ||
| 109000,103156.7516,103156.7516,103156.7516 | ||
| 115000,108290.1277,108290.1277,108290.1277 | ||
| 124500,117098.7563,117098.7563,117098.7563 | ||
| 129900,115346.9796,115346.9796,115346.9796 | ||
| 135000,119678.4223,119678.4223,119678.4223 | ||
| 149000,131630.9478,131630.9478,131630.9478 | ||
| 155800,137321.2061,137321.2061,137321.2061 | ||
| 163500,143973.5639,143973.5639,143973.5639 | ||
| 175000,153571.8563,153571.8563,153571.8563 | ||
| 179000,148456.8866,148456.8866,148456.8866 | ||
| 185600,153488.3876,153488.3876,153488.3876 | ||
| 199900,165039.8271,165039.8271,165039.8271 | ||
| 215000,176939.5763,176939.5763,176939.5763 | ||
| 235000,192959.3127,192959.3127,192959.3127 | ||
| 250000,180046.1193,180046.1193,180046.1193 | ||
| 279000,200240.2442,200240.2442,200240.2442 | ||
| 295000,211445.4891,211445.4891,211445.4891 |
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
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.
[Suggestion, optional] I think we should add the same comment here as
assesspy, to make sure it's clear in both places: