Git Product home page Git Product logo

scikit-optimize's Introduction

Build Status

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.

We do not do gradient-based optimization. For gradient-based optimization you should be looking at scipy.optimize

Approximated objective

Approximated objective function after 50 iterations of gp_minimize. Plot made using skopt.plots.plot_objective.

Important links

Install

These instructions will setup the latest released version of scikit-optimize. Currently scikit-optimize relies on a yet unreleased version of scikit-learn. This means you will have to install that version by hand and probably want to create a separate virtualenv or conda environment for it.

pip install -e git+https://github.com/scikit-learn/scikit-learn.git#egg=scikit-learn-0.18dev

After this you can install scikit-optimize with:

pip install scikit-optimize

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!

scikit-optimize's People

Contributors

mechcoder avatar glouppe avatar betatim avatar cmmalone avatar nel215 avatar nfcampos avatar alexanderfabisch avatar mehdidc avatar

Watchers

James Cloos avatar Mao Jiashun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.