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
Release files for scikit-res 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scikit_res-0.1.1.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scikit_res-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.2 kB
Release files / scikit_res-0.1.1.tar.gz
| Download URL | scikit_res-0.1.1.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7398243079d39ff0a7fb55379ab99030c91949a123d04bf39bede9f5f4afa5b
|
|
BLAKE2b-256 checksum How to use checksums |
d60ac2c0c70f5655198c309248d7429de7e55128a87df3c2db663224927b6613
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.0 CPython/3.11.3 Linux/6.5.0-14-generic
|
Release files / scikit_res-0.1.1-py3-none-any.whl
| Download URL | scikit_res-0.1.1-py3-none-any.whl |
|---|---|
| Size | 15.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f1fa3fec182c0bfe5d77ec73a54140047b71be32e64ccc94bbdd48f8633b949e
|
|
BLAKE2b-256 checksum How to use checksums |
7061f1e1597a26a7b3a18534d7f9cbdd52acf46a6fd9cb74bacd07ada85a1326
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.0 CPython/3.11.3 Linux/6.5.0-14-generic
|