Skip to content

Sheypex/sklearn-tournament

Repository files navigation

sklearn-tournament

PyPI Version

PyPI Python Versions

PyPI Status

CI Build Status

Documentation Build Status

Codecov Coverage

Requires.io Requirements Status

PyPI License

FOSSA Status

Gitter Chat

Code Style: Black

Higher level controlls for searching (a collection of) sklearn models for best parameters.

Features

  • TODO

Install

Use pip for install:

$ pip install sklearn_tournament

If you want to setup a development environment, use poetry instead:

$ # Install poetry using pipx
$ python -m pip install pipx
$ python -m pipx ensurepath
$ pipx install poetry

$ # Clone repository
$ git clone https://github.com/sheypex/sklearn-tournament.git
$ cd sklearn-tournament/

$ # Install dependencies and hooks
$ poetry install
$ poetry run pre-commit install

Credits

This package was created with Cookiecutter and the elbakramer/cookiecutter-poetry project template.