You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
# hyperopt-sklearn
2
2
3
-
[Hyperopt-sklearn](http://hyperopt.github.com/hyperopt-sklearn/) is
4
-
[Hyperopt](http://hyperopt.github.com/hyperopt)-based model selection among machine learning algorithms in
5
-
[scikit-learn](http://scikit-learn.org/).
3
+
[Hyperopt-sklearn](https://github.com/hyperopt/hyperopt-sklearn) is
4
+
[Hyperopt](https://github.com/hyperopt/hyperopt)-based model selection among machine learning algorithms in
5
+
[scikit-learn](https://scikit-learn.org/).
6
6
7
7
See how to use hyperopt-sklearn through [examples](http://hyperopt.github.io/hyperopt-sklearn/#documentation)
8
8
More examples can be found in the Example Usage section of the SciPy paper
9
9
10
-
Komer B., Bergstra J., and Eliasmith C. "Hyperopt-Sklearn: automatic hyperparameter configuration for Scikit-learn" Proc. SciPy 2014. http://conference.scipy.org/proceedings/scipy2014/pdfs/komer.pdf
10
+
Komer B., Bergstra J., and Eliasmith C. "Hyperopt-Sklearn: automatic hyperparameter configuration for Scikit-learn" Proc. SciPy 2014. https://proceedings.scipy.org/articles/Majora-14bd3278-006
11
11
12
12
## Installation
13
13
14
-
Installation from the GitHub repository is supported using pip:
14
+
Installation from the GitHub repository is supported using [pip](https://pypi.org/project/hyperopt-sklearn):
0 commit comments