Skip to content

Commit

Permalink
Update sklearn_comparison.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
y10ab1 authored Jul 7, 2023
1 parent d859e4a commit 1b432b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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",
"import scipy.stats as stats\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

0 comments on commit 1b432b8

Please sign in to comment.