Skip to content

Commit

Permalink
Updates learner ranker in tutorial notebooks to use repeated kfold CV (
Browse files Browse the repository at this point in the history
…#69)

This commit updates all tutorial notebooks to use repeated k-fold cross-validation for the FACET learner ranker and removes the pre-commit hook for removing cell output from the tutorial notebooks.
  • Loading branch information
jason-bentley authored Sep 22, 2020
1 parent 6bf0e59 commit 2547bae
Show file tree
Hide file tree
Showing 9 changed files with 5,247 additions and 1,743 deletions.
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

0 comments on commit 2547bae

Please sign in to comment.