Skip to content

mailshanx/scikit-optimize

 
 

Repository files navigation

Scikit-Optimize

Scikit-Optimize, or skopt, is a simple and efficient library for sequential model-based optimization, accessible to everybody and reusable in various contexts.

The library is built on top of NumPy, SciPy and Scikit-Learn.

Build Status

Documentation

Development

The library is still experimental and under heavy development.

The development version can be installed through:

git clone https://github.com/scikit-optimize/scikit-optimize.git
cd scikit-optimize
pip install -r requirements.txt
python setup.py develop

Run the tests by executing nosetests in the top level directory.

Contributors are welcome!

About

Sequential model-based optimization with a `scipy.optimize` interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.8%
  • Mako 27.2%
  • Shell 2.0%