Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgmp committed Apr 24, 2024
1 parent 1454148 commit dee4ebd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion open-machine-learning-jupyter-book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parts:
sections:
- file: ml-advanced/ensemble-learning/bagging
- file: ml-advanced/ensemble-learning/random-forest
- file: ml-advanced/ensemble-learning/stacking.ipynb
- file: ml-advanced/ensemble-learning/stacking
- file: ml-advanced/ensemble-learning/feature-importance
- file: ml-advanced/gradient-boosting/introduction-to-gradient-boosting.ipynb
sections:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x27aa41942b0>"
"<matplotlib.legend.Legend at 0x1bc5d67acd0>"
]
},
"execution_count": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.5"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Stacking"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit dee4ebd

Please sign in to comment.