Login
From:
scikit-learn
(Uncensored)
subscribe
3.2. Tuning the hyper-parameters of an estimator — scikit-learn 1.6.1 documentation
https://scikit-learn.org/stable/modules/grid_search.html
links
backlinks
Roast topics
Find topics
Find it!
Hyper-parameters are parameters that are not directly learnt within estimators. In scikit-learn they are passed as arguments to the constructor of the estimator classes. Typical examples include C,...