Skip to main content

Novatium — Cosmic-Grade Machine Learning with NovaAutoRegressor and NovaAutoClassifier for Tabular Data

Project description

Novatium

Cosmic-Grade Machine Learning — supercharged Base+Delta models for regression and classification.

`pip install novatium`

## Quickstart

### NovaRegressor
```python
from novatium import NovaAutoRegressor
from sklearn.datasets import load_diabetes
from sklearn.linear_model import LinearRegression
from sklearn.ensemble import RandomForestRegressor

X, y = load_diabetes(return_X_y=True)
model = NovaAutoRegressor()
model.fit(X, y)
pred = model.predict(X[:5])
print(pred)

NovaClassifier

from novatium import NovaAutoClassifier
from sklearn.datasets import load_breast_cancer
from sklearn.linear_model import LogisticRegression
from sklearn.ensemble import GradientBoostingRegressor

X, y = load_breast_cancer(return_X_y=True)
clf = NovaAutoClassifier()
clf.fit(X, y)
proba = clf.predict_proba(X[:5])
print(proba)

Why Novatium?

  • Drop-in Base+Delta pattern to uplift strong baselines.
  • Sklearn-compatible: works with pipelines, grid search, etc.
  • Domain-agnostic: tabular now; CV/NLP-ready APIs.

License

Apache-2.0 — see LICENSE.

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

novatium-1.1.5.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

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

novatium-1.1.5-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file novatium-1.1.5.tar.gz.

File metadata

  • Download URL: novatium-1.1.5.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for novatium-1.1.5.tar.gz
Algorithm Hash digest
SHA256 fa44f6aedeae24d750f0d5d74e42300764a6598ecdfae1b9b87410caad3dec7d
MD5 56165fc735a17892f4e3148df23ab30f
BLAKE2b-256 61761e1e21fdc65982cdef2d8f53dfea62530b35012f0f1020a9285035673988

See more details on using hashes here.

File details

Details for the file novatium-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: novatium-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for novatium-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3ebf83127e6d740458a78e85815e71cae32478298eafb1e7414fc1689bf2a7c3
MD5 e61c6f0a054bab60c83d7bc11ad0c05a
BLAKE2b-256 50c03d4cc92585bf47e5ab6659a21755d92e546b81a2d2de3533d728f68985e2

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