Metadata-Version: 2.1
Name: scikit-optimizer
Version: 0.9.1
Summary: Sequential model-based optimization toolbox.
Author: The scikit-optimize contributors
License: BSD 3-clause
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: joblib (>=0.11)
Requires-Dist: pyaml (>=16.9)
Requires-Dist: numpy (>=1.24.3)
Requires-Dist: scipy (>=0.19.1)
Requires-Dist: scikit-learn (>=0.20.0)
Provides-Extra: plots
Requires-Dist: matplotlib (>=2.0.0) ; extra == 'plots'

###############
Scikit-Optimize
###############

This repository is forked from the official implementation of the Scikit-Optimize.
Please refer to the official `documentation <https://github.com/scikit-optimize/scikit-optimize/tree/de32b5fd2205a1e58526f3cacd0422a26d315d0f>`_
for more details.

There is version incompetibility between skopt and numpy module, therefore, some minor
changes have been made to furhter working on the BayesSearchCV. Here are the list of
modification.

- Replacing ``np.int`` to ``np.int_``

If you have any issue running Scikit-Optimize, create an issue and update the above
list.
