Skip to content

Commit 6502a5c

Browse files
committed
Improve README.md, specify pypi pacakage. Add long description content type in setup.cfg
1 parent 5594f8e commit 6502a5c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# hyperopt-sklearn
22

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/).
66

77
See how to use hyperopt-sklearn through [examples](http://hyperopt.github.io/hyperopt-sklearn/#documentation)
88
More examples can be found in the Example Usage section of the SciPy paper
99

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
1111

1212
## Installation
1313

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):
1515

16-
pip install git+https://github.com/hyperopt/hyperopt-sklearn
16+
pip install hyperopt-sklearn
1717

18-
Optionally you can install a specific tag, branch or commit:
18+
Optionally you can install a specific tag, branch or commit from the repository:
1919

2020
pip install git+https://github.com/hyperopt/[email protected]
2121
pip install git+https://github.com/hyperopt/hyperopt-sklearn@master
@@ -328,7 +328,9 @@ polynomial_features
328328
spline_transformer
329329
k_bins_discretizer
330330
331-
tfidf
331+
tfidf_vectorizer
332+
hashing_vectorizer
333+
count_vectorizer
332334
333335
pca
334336

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = hyperopt-sklearn
33
version = 1.1.0
44
description = Hyperparameter Optimization for sklearn
55
long_description = file: README.md
6+
long_description_content_type = text/markdown
67
url = https://github.com/hyperopt/hyperopt-sklearn/
78
author = James Bergstra
89
author_email = [email protected]

0 commit comments

Comments
 (0)