Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medoidai/skrobot
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.
https://github.com/medoidai/skrobot
artificial-intelligence data-science feature-engineering feature-selection hyperparameter-tuning machine-learning model-evaluation model-selection model-training model-tuning modelling predictive-modelling python scikit-learn
Last synced: 3 months ago
JSON representation
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.
- Host: GitHub
- URL: https://github.com/medoidai/skrobot
- Owner: medoidai
- License: mit
- Created: 2020-07-02T13:39:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T21:11:52.000Z (almost 1 year ago)
- Last Synced: 2024-07-06T14:35:55.796Z (7 months ago)
- Topics: artificial-intelligence, data-science, feature-engineering, feature-selection, hyperparameter-tuning, machine-learning, model-evaluation, model-selection, model-training, model-tuning, modelling, predictive-modelling, python, scikit-learn
- Language: Python
- Homepage:
- Size: 47.2 MB
- Stars: 23
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Python](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue?style=plastic)](https://www.python.org/)
[![PyPI](https://img.shields.io/badge/pypi_package-1.0.13-blue?style=plastic)](https://pypi.org/project/skrobot/1.0.13/)
[![License](https://img.shields.io/badge/license-MIT-blue?style=plastic)](https://github.com/medoidai/skrobot/blob/master/LICENSE.txt)
[![Documentation Status](https://readthedocs.org/projects/skrobot/badge/?version=1.0.13)](https://skrobot.readthedocs.io/en/1.0.13/)-----------------
[![skrobot logo](https://github.com/medoidai/skrobot/raw/master/static/skrobot-logo.png)](https://github.com/medoidai/skrobot/raw/master/static/skrobot-logo.png)
-----------------
# skrobot
## What is it about?
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of [scikit-learn](https://scikit-learn.org/) framework.
## Documentation?
The documentation is hosted online to [Read the Docs](https://skrobot.readthedocs.io/en/1.0.13/).
## How do I install it?
```sh
pip install skrobot
```## Next Priorities?
* Add support in the module for multiclass problems
## Can I contribute?
Of course, the project is [Free Software](https://www.gnu.org/philosophy/free-sw.en.html) and you can contribute to it!
## What license do you use?
See our license ([LICENSE.txt](https://github.com/medoidai/skrobot/blob/master/LICENSE.txt)) for more details.
**Thank you!**