A python package offering a variety of statistical and machine learning tools.
Project description
statlab
statlab is a new Python package offering a variety of statistical and machine learning tools.
Products
"ord" ordinal classification tools
Submodule contains:
- TreeOrdinalClassifier
- SubtractionOrdinalClassifier
- Functions to calculate classification metrics on ordinal data
Submodule developed by: Noam Rotenberg, Andreia Faria, Brian Caffo
Examples coming soon!
"aled" Adaptive Label Error Detection
Submodule contains: ALED class
Methods details and cite: (details available soon)
Submodule developed by: Zan Chaudhry, Noam Rotenberg, Brian Caffo, Craig Jones, Haris Sair
Example available in examples/aled-medMNIST.py
Usage
Install: !pip install statlab
Import a single module: import statlab.ord - imports only ord
Import all modules: from statlab.all import * - can access any function without prefixes, e.g., TreeOrdinalClassifier(base_clf)
Specific example:
!pip install statlab
import statlab.ord
base_clf = # some sklearn-style classifier
clf = statlab.ord.TreeOrdinalClassifier(base_clf)
Future work:
- Dataset mislabeling detection and classification
- Naive Bayes classifier using nonparametric statistics
- Automated nonlinear feature tuning
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
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 statlab-0.0.4.tar.gz.
File metadata
- Download URL: statlab-0.0.4.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33347cc73828f3fbbc5b65396fea8908143d558e1737dbf9d43737d775697d89
|
|
| MD5 |
806f305b9e6756c9b3310948bfc59f2b
|
|
| BLAKE2b-256 |
a5d06885aba028e6e1a250bf3d063f2d72e672302e8a1aaba867fea547e23d0d
|
File details
Details for the file statlab-0.0.4-py3-none-any.whl.
File metadata
- Download URL: statlab-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff99d3d6b550bc2aa55f00a091a4d3c3f3da7e643e84028078dda59c77ee6d4
|
|
| MD5 |
4eb5899c849e9e1b58ed2233e062d710
|
|
| BLAKE2b-256 |
7a871175ccfce99dd51acb84061d8ee6d423fb0a40b32926456f8e5b44a4fa4b
|