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

Updates learner ranker in tutorial notebooks to use repeated kfold CV #69

Merged
merged 32 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
88db208
added notebook cleaning and moving to notebooks folder
jason-bentley Sep 16, 2020
5193e1b
replaced by make.py
jason-bentley Sep 16, 2020
49b0b30
replaced by make.py
jason-bentley Sep 16, 2020
eb2063a
updated cell metadata
jason-bentley Sep 16, 2020
2f6caa7
updated cell metadata
jason-bentley Sep 16, 2020
0a487d0
updated cell metadata
jason-bentley Sep 16, 2020
77b59d4
added download links
jason-bentley Sep 16, 2020
d977e1d
added copying of getting started tutorial to notebook folder
jason-bentley Sep 16, 2020
aa2b14e
revised getting started nb to go through same processing as other tut…
jason-bentley Sep 16, 2020
a334601
updated cell metadata
jason-bentley Sep 16, 2020
2bfc901
updated notebook paths
jason-bentley Sep 16, 2020
2b819cb
added link for getting started tutorial
jason-bentley Sep 16, 2020
db8c9db
updated notebook link
jason-bentley Sep 16, 2020
58b1ab7
removed nb link from readme
jason-bentley Sep 16, 2020
d44712e
commented out processing of getting started nb
jason-bentley Sep 16, 2020
61b945c
will add links in subsequent PR
jason-bentley Sep 17, 2020
edbe121
First notebook for download
jason-bentley Sep 17, 2020
5521e9b
second notebook for download
jason-bentley Sep 17, 2020
9eecbab
third notebook for download
jason-bentley Sep 17, 2020
f15fbba
fourth notebook for download
jason-bentley Sep 17, 2020
662c01a
updated CV approach
jason-bentley Sep 21, 2020
0ffc6a2
updated CV approach
jason-bentley Sep 21, 2020
abc2518
updated CV approach
jason-bentley Sep 21, 2020
4c5e16f
latest sim 1 data
jason-bentley Sep 21, 2020
7c476a9
latest sim 2 data
jason-bentley Sep 21, 2020
4936367
making sequential to PR66
jason-bentley Sep 21, 2020
c97fd00
minor updates
jason-bentley Sep 21, 2020
27bc220
minor updates
jason-bentley Sep 21, 2020
5df44be
minor updates
jason-bentley Sep 21, 2020
8d72cf1
deleted hook for removing jupyter NB cell output
jason-bentley Sep 21, 2020
14c1c4b
updating with develop
jason-bentley Sep 21, 2020
8aa7bc1
Merge branch 'develop' into docs/kfold_revisions
jason-bentley Sep 22, 2020
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
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@ repos:
rev: stable
hooks:
- id: black
- repo: https://github.com/aflc/pre-commit-jupyter
rev: v1.0.0
hooks:
- id: jupyter-notebook-cleanup
args:
- --pin-patterns
- "[pin];[donotremove]"
193 changes: 166 additions & 27 deletions notebooks/Classification_simulation_example_Facet.ipynb

Large diffs are not rendered by default.

667 changes: 597 additions & 70 deletions notebooks/Classification_with_Facet.ipynb

Large diffs are not rendered by default.

1,039 changes: 924 additions & 115 deletions notebooks/Predictive_Maintenance_Regression_with_Facet.ipynb

Large diffs are not rendered by default.

210 changes: 180 additions & 30 deletions sphinx/source/tutorial/Classification_simulation_example_Facet.ipynb

Large diffs are not rendered by default.

Loading