Skip to main content

A python package offering a variety of statistical and machine learning tools.

Project description

statlab

PyPi version

statlab is a new Python package offering a variety of statistical and machine learning tools.

This package is being developed by Noam Rotenberg and Zan Chaudhry.

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!

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

statlab-0.0.2.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

statlab-0.0.2-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

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