Skip to main content

automl_tools

Project description

Automl_tools: automl binary classification

Github License

Automl_tools is a Python library that implements Gradient Boosting

Installation

pip install automl-tools

Usage

Probabilistic binary example on the Boston housing dataset:

import pandas as pd
from automl_tools.main import automl_run

train = pd.read_csv("https://raw.githubusercontent.com/jonaqp/automl_tools/main/automl_tools/examples/train.csv?token=AAN2ZBGCYYR7PATAMC6NIKDABSDCQ", sep=";")
test = pd.read_csv("https://raw.githubusercontent.com/jonaqp/automl_tools/main/automl_tools/examples/test.csv?token=AAN2ZBBD63PDQLGJNUWVHOLABSC4O", sep=";")

automl_run(train=train,
           test=test,
           target_col="Survived",
           imp_num="knn",
           imp_cat="knn",
           processing="binding",
           mutual_information=False,
           correlation_drop=False,
           model_feature_selection=None,
           model_run="LR",
           augmentation=True,
           Stratified=True)

License

Apache License 2.0.

New features v2.1

  • multiclass
  • regression

Reference

Jonathan Quiza binary automl.

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

automl_tools-0.1.0.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

automl_tools-0.1.0-py3-none-any.whl (18.6 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