sklearn-tournament

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


License
BSD-3-Clause
Install
pip install sklearn-tournament==0.1.0

Documentation

sklearn-tournament

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.