Skip to main content

Very Basic package to store results of ML models

Project description

image

License: GPL v3 Python Repo Size PEP8 Poetry Coverage CI

Scikit-res : Scikit-learn + results

About

Context

Very Basic package to store results of ML models Grid search results are hard to exploit. This package aims to store them in a more convenient way.

Installation

Clone the repository

Please clone the repository using the following command :

  • for https :
git clone https://github.com/AlexandreGazagnes/skres.git
  • for ssh :
git clone git@github.com:AlexandreGazagnes/skres.git

Install the dependencies

The project uses Poetry to manage its dependencies. Please install it using the following command :

pip install poetry

Then, please install the dependencies using the following command :

poetry install

Alternatively, you can install the dependencies using the following command :

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r .utils/requirements-dev.txt

Usage

from skres import SkRes
grid_search = GridSearchCV(...)
grid_search.fit(X_train, y_train)
skres = SkRes(grid_search)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit_res-0.1.1.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

scikit_res-0.1.1-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file scikit_res-0.1.1.tar.gz.

File metadata

  • Download URL: scikit_res-0.1.1.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.3 Linux/6.5.0-14-generic

File hashes

Hashes for scikit_res-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f7398243079d39ff0a7fb55379ab99030c91949a123d04bf39bede9f5f4afa5b
MD5 e38c26f93f06abdd53ad895b2e527ab7
BLAKE2b-256 d60ac2c0c70f5655198c309248d7429de7e55128a87df3c2db663224927b6613

See more details on using hashes here.

File details

Details for the file scikit_res-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: scikit_res-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.0 CPython/3.11.3 Linux/6.5.0-14-generic

File hashes

Hashes for scikit_res-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1fa3fec182c0bfe5d77ec73a54140047b71be32e64ccc94bbdd48f8633b949e
MD5 7819fc5ae92111a7fe730f5f9f94d85e
BLAKE2b-256 7061f1e1597a26a7b3a18534d7f9cbdd52acf46a6fd9cb74bacd07ada85a1326

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page