From de1c959f81c1e36b95c7a979b01ab727f3b230b9 Mon Sep 17 00:00:00 2001 From: itellaetxe Date: Mon, 23 Sep 2024 14:12:02 +0200 Subject: [PATCH 1/2] DOC: Fix broken readme links --- README.md | 14 +++++++------- setup.cfg | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) 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..39dad31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,17 +1,17 @@ [metadata] -name = hpsklearn +name = hpsklearn-compneurobilbao version = 1.0.3 -description = Hyperparameter Optimization for sklearn +description = Hyperparameter Optimization for sklearn, compneurobilbaolab unofficial version. long_description = file: README.md -url = http://hyperopt.github.com/hyperopt-sklearn/ -author = James Bergstra -author_email = anon@anon.com +url = https://github.com/compneurobilbao/hyperopt-sklearn +author = {James Bergstra, Iñigo Tellaetxe Elorriaga} +author_email = compneurobilbaolab@gmail.com license = BSD 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 From 0068b0e13d703698bc2be80025a6dcb55cf2ec1a Mon Sep 17 00:00:00 2001 From: itellaetxe Date: Tue, 24 Sep 2024 10:58:04 +0200 Subject: [PATCH 2/2] DEP: Updated setup.cfg Development status tag --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 39dad31..941f990 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] -name = hpsklearn-compneurobilbao +name = hpsklearn version = 1.0.3 -description = Hyperparameter Optimization for sklearn, compneurobilbaolab unofficial version. +description = Hyperparameter Optimization for sklearn long_description = file: README.md -url = https://github.com/compneurobilbao/hyperopt-sklearn -author = {James Bergstra, Iñigo Tellaetxe Elorriaga} -author_email = compneurobilbaolab@gmail.com +url = http://hyperopt.github.com/hyperopt-sklearn/ +author = James Bergstra +author_email = anon@anon.com license = BSD license_file = LICENSE.txt platforms = Linux, OS-X, Windows @@ -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