Skip to content

Commit 6e06946

Browse files
author
taimo
committed
Refactor mkdocs.yml to streamline navigation structure
- Removed unnecessary indentation for the "Model Stacking" entry in the navigation. - Maintained the link to the tutorial notebook "tutorials/16-Model Stacking.ipynb" for user access. This change improves the clarity of the documentation structure without altering the content.
1 parent ba375fd commit 6e06946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ nav:
2424
- SHAP, Deep LIFT and so on through Captum Integration: "tutorials/14-Explainability.ipynb"
2525
- Custom PyTorch Models:
2626
- Implementing New Supervised Architectures: "tutorials/04-Implementing New Architectures.ipynb"
27-
- Model Stacking:
28-
- Model Stacking: "tutorials/16-Model Stacking.ipynb"
27+
- Model Stacking: "tutorials/16-Model Stacking.ipynb"
2928
- Other Features:
3029
- Using Neural Categorical Embeddings in Scikit-Learn Workflows: "tutorials/03-Neural Embedding in Scikit-Learn Workflows.ipynb"
3130
- Self-Supervised Learning using Denoising Autoencoders: "tutorials/08-Self-Supervised Learning-DAE.ipynb"

0 commit comments

Comments
 (0)