Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caiocarneloz/scyred

Automatic sklearn parameter tuning with bio-inspired algorithms
https://github.com/caiocarneloz/scyred

bio-inspired library parameter-tuning scikit-learn

Last synced: 3 days ago
JSON representation

Automatic sklearn parameter tuning with bio-inspired algorithms

Awesome Lists containing this project

README

        

# scyred
Library that joins scikit-learn with inspyred to create an easy-to-use parameter tuning

## Getting Started
#### Installation
You need Python 3.7 or later to use **scyred**. You can find it at [python.org](https://www.python.org/).

The package is avaliable at [PyPI](https://pypi.org). If you have pip, just run:
```
pip install scyred
```

or clone this repo to your local machine using:
```
git clone https://github.com/caiocarneloz/scyred.git
```