Skip to main content

Autopredict is a package to automate Machine learning model selection/ feature selection tasks

Project description

# autopredict Python Library to Automate building of prediction models - classification and regression and feature selection/ranking.

Project Description

autopredict is a simple yet powerful library which can be used by Data Scientists to apply multiple prediction (regression,classification) data models to a data set. Just pass in the train set with the dependent variable and sit back as autopredict does all the work for you.

This software has been designed with much Joy, by Sanchit Latawa & is protected by The Apache Licensev2.0.

Objective

Aim of this library is to automate the model building task, feature selection with limited human intervention. Once you have baseline ready from autopredict you can tweak parameter/hyper parameter tuning to improve prediction scores further.

********Sample Usage ************* >> from classification import autoClassify >> model =autoClassify(encoder=’label’,scaler=’minmax’,use_grid_tuning=False) >> model.train(X,y) >> print(model.getModelScores())

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

autopredict-0.0.3.tar.gz (6.2 kB view hashes)

Uploaded Source

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