Metadata-Version: 2.1
Name: orion.algo.skopt
Version: 0.1.5
Summary: Implement a wrapper for skopt optimizers.
Home-page: https://github.com/Epistimio/orion.algo.skopt
Author: Epistímio
Author-email: xavier.bouthillier@umontreal.ca
License: BSD-3-Clause
Keywords: Machine Learning,Deep Learning,Distributed,Optimization
Platform: Linux
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: test
License-File: LICENSE

****************
orion.algo.skopt
****************


.. |pypi| image:: https://img.shields.io/pypi/v/orion.algo.skopt
    :target: https://pypi.python.org/pypi/orion.algo.skopt
    :alt: Current PyPi Version

.. |py_versions| image:: https://img.shields.io/pypi/pyversions/orion.algo.skopt.svg
    :target: https://pypi.python.org/pypi/orion.algo.skopt
    :alt: Supported Python Versions

.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
    :target: https://opensource.org/licenses/BSD-3-Clause
    :alt: BSD 3-clause license

.. |rtfd| image:: https://readthedocs.org/projects/orion.algo.skopt/badge/?version=latest
    :target: https://orion.algo-skopt.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |codecov| image:: https://codecov.io/gh/Epistimio/orion.algo.skopt/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/Epistimio/orion.algo.skopt
    :alt: Codecov Report

.. |github-actions| image:: https://github.com/Epistimio/orion.algo.skopt/workflows/build/badge.svg?branch=master&event=pull_request
    :target: https://github.com/Epistimio/orion.algo.skopt/actions?query=workflow:build+branch:master+event:schedule
    :alt: Github actions tests


This package is a plugin for `Oríon`_, providing a wrapper for `skopt`_ optimizers.

For more information, you can find the documentation `here`_.

.. _skopt: https://scikit-optimize.github.io

.. _Oríon: https://orion.readthedocs.io/en/latest

.. _here: https://orion.readthedocs.io/en/latest/user/algorithms.html#bayesian-optimizer


Installation
============

You can install "orion.algo.skopt" via pip from PyPI::

    $ pip install orion.algo.skopt


Contribute or Ask
=================

Do you have a question or issues?
Do you want to report a bug or suggest a feature? Name it!
Please contact us by opening an issue in our repository below:

- Issue Tracker: `<https://github.com/epistimio/orion/issues>`_
- Source Code: `<https://github.com/epistimio/orion>`_

Start by starring and forking our Github repo!

Thanks for the support!

License
=======

The project is licensed under the BSD license.


