Skip to main content

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


Download files

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

Source Distribution

crossense-0.0.1.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crossense-0.0.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file crossense-0.0.1.tar.gz.

File metadata

  • Download URL: crossense-0.0.1.tar.gz
  • Upload date:
  • Size: 6.7 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

Hashes for crossense-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1aa31bbc3729333be6ea9fdd18504d06ff82c49f3f8c5494168aca3e290d1bb7
MD5 585fe5b9aacfd8eb55eeff9ee36eeb81
BLAKE2b-256 5d74c850fedf797e2dea5e3be67b0116b255bd97e3e738898137754bb5ead231

See more details on using hashes here.

File details

Details for the file crossense-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: crossense-0.0.1-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

Hashes for crossense-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59c5946b2cf795e039ea3befe9324fa297abe6414e50580a330ce72471ca8e46
MD5 fc7f5206c3f4328152ed198edadc6e99
BLAKE2b-256 dd4e92150a2e703f906204a3b292c6064e1edc792f6ceaab3ad9081dc7fe91a0

See more details on using hashes here.

Supported by

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