Skip to content

Commit

Permalink
Merge pull request #135 from y10ab1/master
Browse files Browse the repository at this point in the history
Fix some typos and imported package in notebook.
  • Loading branch information
rodrigo-arenas authored Jul 14, 2023
2 parents 4a2ba5f + 1b432b8 commit 62a4f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/sklearn_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"from sklearn.model_selection import train_test_split, GridSearchCV, RandomizedSearchCV\n",
"from sklearn_genetic.space import Categorical, Continuous\n",
"import scipy.stats as stats\n",
"from sklearn.utils.fixes import loguniform\n",
"from scipy.stats import loguniform\n",
"from sklearn.datasets import load_digits\n",
"from sklearn.metrics import accuracy_score\n",
"import numpy as np\n",
Expand Down Expand Up @@ -369,7 +369,7 @@
}
],
"source": [
"evolved_estimator.best_params"
"evolved_estimator.best_params_"
]
}
],
Expand All @@ -394,4 +394,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 62a4f12

Please sign in to comment.