-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor app with new predictor/prescriptor #87
Merged
Merged
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5034f51
Moved demo things into app folder. Refactored data download script. S…
danyoungday b2b7189
Tweaked constants and got rid of old predictor/prescriptor
danyoungday cc3a43e
Merge branch 'fix-distance' into refactor-app
danyoungday f9ad3ef
Hacked app to launch without predictor/prescriptor and pointed refere…
danyoungday f156f25
Changed record state function in candidate to not throw pylint error
danyoungday 867ffdd
Moved prescriptor to its own class and moved trainer out of prescriptor
danyoungday db56310
Got prescription and treemaps working with new prescriptor
danyoungday 49189aa
Got new predictors working but predictors list is hard-coded for the …
danyoungday 22008a8
removed some prints
danyoungday 900fcd7
Fixed trainer to run
danyoungday e62c78e
Updated experiment and prescriptor code to work with new prescriptor …
danyoungday cb729ea
Got pareto chart to work with new prescriptors
danyoungday 951668e
Changed cand id saving to match esp
danyoungday e9c7d3c
Updated trivia CO2 value to reflect true tCO2 rather than tC
danyoungday c94a0f5
Updated unittests
danyoungday 620c1b0
Linted project to 9.65
danyoungday 3327ddc
Fixed pie chart size with new UI layout
danyoungday 2b0eb0c
Fixed slider overlap issue on first load
danyoungday cbb4554
tweaked UI size issues
danyoungday 50fb26b
Removed transfer prescriptors notebook which is not necessary
danyoungday e5bfbfd
Removed old demo folder from gitignore
danyoungday 39a0dc5
Removed outdated reference to pareto front
danyoungday 4e4b290
Removed old import for pareto
danyoungday e5d757e
Removed old data loading that was causing tests to fail in github act…
danyoungday 8afe5e9
Updated data processing to be more clear with comments
danyoungday 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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
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.
Thanks 👍
Little by little we can get to 10.