Skip to content

Commit

Permalink
examples: notebooks: Create usecase example notebook 'Ensemble by sta…
Browse files Browse the repository at this point in the history
…cking'

Signed-off-by: mHash1m <hashimchaudry23@gmail.com>
  • Loading branch information
mhash1m authored and pdxjohnny committed Jul 27, 2021
1 parent 0cb7bf9 commit 899649c
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pandas DataFrame can now be passed directly to high level APIs
- Usecase example notebook for "Saving and loading models"
- Usecase example notebook for "Transfer Learning"
- Usecase example notebook for "Ensemble by stacking"
### Changed
- Calls to hashlib now go through helper functions
- Build docs using `dffml service dev docs`
Expand Down
3 changes: 3 additions & 0 deletions docs/examples/notebooks/ensemble_by_stacking.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/notebooks/ensemble_by_stacking.ipynb"
}
1 change: 1 addition & 0 deletions docs/examples/notebooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Notebooks

moving_between_models
evaluating_model_performance
ensemble_by_stacking
saving_and_loading_models
transferlearning

0 comments on commit 899649c

Please sign in to comment.