Skip to content
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 25 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
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 May 20, 2024
b2b7189
Tweaked constants and got rid of old predictor/prescriptor
danyoungday May 20, 2024
cc3a43e
Merge branch 'fix-distance' into refactor-app
danyoungday May 20, 2024
f9ad3ef
Hacked app to launch without predictor/prescriptor and pointed refere…
danyoungday May 23, 2024
f156f25
Changed record state function in candidate to not throw pylint error
danyoungday May 28, 2024
867ffdd
Moved prescriptor to its own class and moved trainer out of prescriptor
danyoungday May 28, 2024
db56310
Got prescription and treemaps working with new prescriptor
danyoungday May 28, 2024
49189aa
Got new predictors working but predictors list is hard-coded for the …
danyoungday May 28, 2024
22008a8
removed some prints
danyoungday May 28, 2024
900fcd7
Fixed trainer to run
danyoungday May 28, 2024
e62c78e
Updated experiment and prescriptor code to work with new prescriptor …
danyoungday May 28, 2024
cb729ea
Got pareto chart to work with new prescriptors
danyoungday May 28, 2024
951668e
Changed cand id saving to match esp
danyoungday May 29, 2024
e9c7d3c
Updated trivia CO2 value to reflect true tCO2 rather than tC
danyoungday May 29, 2024
c94a0f5
Updated unittests
danyoungday May 29, 2024
620c1b0
Linted project to 9.65
danyoungday May 29, 2024
3327ddc
Fixed pie chart size with new UI layout
danyoungday May 29, 2024
2b0eb0c
Fixed slider overlap issue on first load
danyoungday May 29, 2024
cbb4554
tweaked UI size issues
danyoungday May 30, 2024
50fb26b
Removed transfer prescriptors notebook which is not necessary
danyoungday May 30, 2024
e5bfbfd
Removed old demo folder from gitignore
danyoungday May 30, 2024
39a0dc5
Removed outdated reference to pareto front
danyoungday May 30, 2024
4e4b290
Removed old import for pareto
danyoungday May 30, 2024
e5d757e
Removed old data loading that was causing tests to fail in github act…
danyoungday Jun 3, 2024
8afe5e9
Updated data processing to be more clear with comments
danyoungday Jun 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
3 changes: 1 addition & 2 deletions use_cases/eluc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ experiments/predictor_significance
# Ignores figures for paper
experiments/figures

experiments/figures

# Ignores trained prescriptors and seeds
prescriptors/*/trained_prescriptors
prescriptors/*/seeds

data/*.zip
data/processed/*.csv
*.nc
4 changes: 2 additions & 2 deletions use_cases/eluc/.pylintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[MASTER]
ignore=demo, prescriptors/esp
ignore=prescriptors/esp

recursive=y

fail-under=9.0
fail-under=9.65
Copy link
Member

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.


jobs=0

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading