Skip to main content

This is an python Library for AutoML which works for prediction and classification tasks.

Project description

AutoML-library

Data Preprocessing:

get_features

Parameters
--------
- dataset : Pandas Dataframe
Dataset containing features *AND* labels
- label : String 
Column name of label

Returns
--------
List of Features in String

remove_null

Parameters
--------
- dataset : Pandas Dataframe
Dataset containing features  **AND** labels
- label : String 
Column name of label

Returns
--------
Modified dataset with null values removed

label_encode

Parameters
--------
- dataset : Pandas Dataframe
Dataset containing features **AND** labels
- label : String 
Column name of label

Returns
--------
Modified dataset with Label encoded values

oversampling

Parameters
--------
- dataset : Pandas Dataframe
Dataset containing features AND labels
- label : String 
Column name of label

Returns
--------
Modified dataset with oversampling performed

Feature Engineering:

TBD

Hyperparameter Optimization:

HPO

Parameters
--------
- dataset : Pandas Dataframe
Dataset containing features AND labels
- label : String 
Column name of label
- Model name : String
- Method name : String ['all', 'grid', 'random', 'bayesian-gp','bayesian-tpe']
- Time taken?

Returns
--------
Sklearn model of type `Model name`

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

auto-machine-learning-0.0.3.tar.gz (19.3 kB view hashes)

Uploaded Source

Built Distribution

auto_machine_learning-0.0.3-py3-none-any.whl (33.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