mirror of
https://github.com/gsi-upm/sitc
synced 2025-04-19 03:19:05 +00:00
Update 2_5_1_Exercise.ipynb
Added https://sklearn-genetic-opt.readthedocs.io/en/stable/index.html
This commit is contained in:
parent
c49c866a2e
commit
97362545ea
@ -200,13 +200,15 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Optional. Optimizing ML hyperparameters\n",
|
"## Optional. Optimizing ML hyperparameters\n",
|
||||||
"\n",
|
"\n",
|
||||||
"One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously we have used GridSearch from Scikit. Using (sklearn-deap)[[References](#References)], optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n",
|
"One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously, we have used GridSearch from Scikit. Using (sklearn-deap)[[References](#References)], optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n",
|
||||||
"\n",
|
"\n",
|
||||||
"The same exercise (using the digits dataset) can be found in this [notebook](https://github.com/rsteca/sklearn-deap/blob/master/test.ipynb).\n",
|
"The same exercise (using the digits dataset) can be found in this [notebook](https://github.com/rsteca/sklearn-deap/blob/master/test.ipynb).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Submit a notebook where you include well-crafted conclusions about the exercises, discussing the pros and cons of using genetic algorithms for this purpose.\n",
|
"Submit a notebook where you include well-crafted conclusions about the exercises, discussing the pros and cons of using genetic algorithms for this purpose.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Note: There is a problem with Scikit version 0.24. Comment on the different approaches."
|
"Note: There is a problem with Scikit version 0.24. Comment on the different approaches.",
|
||||||
|
"\n",
|
||||||
|
"You can also use the library (sklearn-genetic-opt)[https://sklearn-genetic-opt.readthedocs.io/en/stable/index.html]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -256,7 +258,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"The notebook is freely licensed under under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n",
|
"The notebook is freely licensed under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n",
|
||||||
"\n",
|
"\n",
|
||||||
"© Carlos A. Iglesias, Universidad Politécnica de Madrid."
|
"© Carlos A. Iglesias, Universidad Politécnica de Madrid."
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user