diff --git a/README.md b/README.md index 7450728..cd5e54e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # hyperopt-sklearn -[Hyperopt-sklearn](http://hyperopt.github.com/hyperopt-sklearn/) is -[Hyperopt](http://hyperopt.github.com/hyperopt)-based model selection among machine learning algorithms in -[scikit-learn](http://scikit-learn.org/). +[Hyperopt-sklearn](https://github.com/hyperopt/hyperopt-sklearn) is +[Hyperopt](https://github.com/hyperopt/hyperopt)-based model selection among machine learning algorithms in +[scikit-learn](https://scikit-learn.org/). -See how to use hyperopt-sklearn through [examples](http://hyperopt.github.io/hyperopt-sklearn/#documentation) -More examples can be found in the Example Usage section of the SciPy paper +See how to use hyperopt-sklearn through [examples](https://hyperopt.github.io/hyperopt-sklearn/#documentation). +More examples can be found in the Example Usage section of the SciPy paper: -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 +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 ## Installation @@ -345,4 +345,4 @@ Currently, only TFIDF is used for text, but more may be added in the future. Note that the `preprocessing` parameter in `HyperoptEstimator` is expecting a list, since various preprocessing steps can be chained together. The generic search space functions `any_preprocessing` and `any_text_preprocessing` already return a list, but the others do not, so they should be wrapped in a list. -If you do not want to do any preprocessing, pass in an empty list `[]`. +If you do not want to do any preprocessing, pass in an empty list `[]`. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 588952d..941f990 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ license_file = LICENSE.txt platforms = Linux, OS-X, Windows keywords = hyperopt, hyperparameter, sklearn classifiers = - Development Status :: 1.0.3 - Alpha + Development Status :: 3 - Alpha Intended Audience :: Education Intended Audience :: Science/Research Intended Audience :: Developers @@ -44,4 +44,4 @@ zip_safe = False xgboost = xgboost>=2.0.0 lightgbm = lightgbm>=4.0.0 testing = - tox>=4.11.3 + tox>=4.11.3 \ No newline at end of file