A low-code library for machine learning pipelines
Project description
blitzml
Automate machine learning piplines rapidly
How to install
pip install blitzml
Usage
from blitzml.csv import Pipeline
dataset_folder = "auxiliary/data/" # contains train.csv and test.csv
ground_truth_path = "auxiliary/ground_truth.csv"
output_folder_path = "auxiliary/output/"
auto = Pipeline(dataset_folder, ground_truth_path, output_folder_path, classifier = 'RF', n_estimators = 50)
auto.preprocess()
auto.train_the_model()
auto.gen_metrics_dict()
metrics_dict = auto.metrics_dict
Possible Classifiers
- Random Forest 'RF'
- LinearDiscriminantAnalysis 'LDA'
- Support Vector Classifier 'SVC'
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file blitzml-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: blitzml-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c35ae573f33059d43af11274e0dcbb836ab4c7c4a96dcb50b921a883b5ea9d5 |
|
MD5 | 60bb62e282257ad15d6f93e7fa61bbc7 |
|
BLAKE2b-256 | a482c12f5c2ee9320ecd4afa951f70e31d257e8caa470d4645dbbfdd12daf025 |