Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caiocarneloz/scyred
- Owner: caiocarneloz
- Created: 2020-04-11T04:09:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T17:09:28.000Z (over 4 years ago)
- Last Synced: 2024-04-26T22:23:21.588Z (7 months ago)
- Topics: bio-inspired, library, parameter-tuning, scikit-learn
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```