Skip to main content

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

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

blitzml-0.2.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

blitzml-0.2.0-py3-none-any.whl (4.0 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