some helpers to train or inference scikit-learn models
Project description
Crossense
Crossense is a collection of utilities designed to facilitate working with scikit-learn models, including training, Inferencing and benchmarking.
Features
(to be written)
Installation
You can install Crossense using pip:
pip install crossense
Usage
from crossense.bagging import CrossBaggingClassifier
from sklearn.linear_model import LogisticRegression
from sklearn.datasets import load_iris
from sklearn.model_selection import StratifiedKFold
ds = load_iris()
clf = CrossBaggingClassifier(LogisticRegression(), cv=StratifiedKFold(5))
clf.fit(ds.data, ds.target)
For more detailed usage and examples, please refer to the documentation (coming soon).
Contributing
If you'd like to contribute to Crossense, please follow the contribution guidelines (comming soon).
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crossense-0.0.2.tar.gz.
File metadata
- Download URL: crossense-0.0.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3643ba0eade027ce8134dd39e6d6a8cad8cf43e31018ac5b4d6e9ceb84559990
|
|
| MD5 |
2167aab4d7dd16c61f0205047251af68
|
|
| BLAKE2b-256 |
79151cc31ee4eafa45e27c7947f18bc8520ea01ce33d248d935123c41cad33c3
|
File details
Details for the file crossense-0.0.2-py3-none-any.whl.
File metadata
- Download URL: crossense-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a920434d487523425d5cded980685f95b16638702ab2ee7698fe62fdf8a8b8a
|
|
| MD5 |
919b71d826b02f82f5b30007baf9ae9a
|
|
| BLAKE2b-256 |
6070f51f11e17393d55e3ee83b3a9849fc32a088c65044bdebb0cc9cc8c9758c
|