Skip to content

Commit

Permalink
examples: notebooks: Add usecase example notebook for 'Tuning Models'
Browse files Browse the repository at this point in the history
Signed-off-by: mHash1m <hashimchaudry23@gmail.com>
  • Loading branch information
mhash1m authored and pdxjohnny committed Aug 17, 2021
1 parent 3a34b73 commit 27757f6
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Usecase example notebook for "Ensemble by stacking"
- Support for Multi-Output models.
- Usecase example notebook for "Working with Multi-Output models"
- Optimizer `parameter_grid` for tuning models.
- Usecase example notebook for "Tuning Models"
### Changed
- Calls to hashlib now go through helper functions
- Build docs using `dffml service dev docs`
Expand Down
1 change: 1 addition & 0 deletions docs/examples/notebooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Notebooks

moving_between_models
evaluating_model_performance
tuning_models
saving_and_loading_models
ensemble_by_stacking
transferlearning
Expand Down
3 changes: 3 additions & 0 deletions docs/examples/notebooks/tuning_models.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/notebooks/tuning_models.ipynb"
}

0 comments on commit 27757f6

Please sign in to comment.