diff --git a/doc/pub/week46/html/._week46-bs001.html b/doc/pub/week46/html/._week46-bs001.html index 7a4d469aa..f52da3273 100644 --- a/doc/pub/week46/html/._week46-bs001.html +++ b/doc/pub/week46/html/._week46-bs001.html @@ -338,9 +338,9 @@ MathJax.Hub.Config({
diff --git a/doc/pub/week46/html/week46-solarized.html b/doc/pub/week46/html/week46-solarized.html index 1371c68d9..e8273b1b5 100644 --- a/doc/pub/week46/html/week46-solarized.html +++ b/doc/pub/week46/html/week46-solarized.html @@ -299,9 +299,9 @@ MathJax.Hub.Config({
DecisionTreeRegressor(max_depth=2, random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
DecisionTreeRegressor(max_depth=2, random_state=42)
VotingClassifier(estimators=[('lr', LogisticRegression(random_state=42)),\n",
- " ('rf', RandomForestClassifier(random_state=42)),\n",
- " ('svc', SVC(random_state=42))])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. VotingClassifier(estimators=[('lr', LogisticRegression(random_state=42)),\n",
- " ('rf', RandomForestClassifier(random_state=42)),\n",
- " ('svc', SVC(random_state=42))])LogisticRegression(random_state=42)
RandomForestClassifier(random_state=42)
SVC(random_state=42)
VotingClassifier(estimators=[('lr', LogisticRegression(random_state=42)),\n",
- " ('rf', RandomForestClassifier(random_state=42)),\n",
- " ('svc', SVC(probability=True, random_state=42))],\n",
- " voting='soft')In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. VotingClassifier(estimators=[('lr', LogisticRegression(random_state=42)),\n",
- " ('rf', RandomForestClassifier(random_state=42)),\n",
- " ('svc', SVC(probability=True, random_state=42))],\n",
- " voting='soft')LogisticRegression(random_state=42)
RandomForestClassifier(random_state=42)
SVC(probability=True, random_state=42)