Skip to main content

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

Project description

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

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 autopredict.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-1.0.3.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file autopredict-1.0.3.tar.gz.

File metadata

  • Download URL: autopredict-1.0.3.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.0

File hashes

Hashes for autopredict-1.0.3.tar.gz
Algorithm Hash digest
SHA256 7c8521f53dfc8acf9696ec6d9ab299c743e24d6cc15da1cc679f82a1ebc3697f
MD5 aae8feceadb2d5e9ff34142965560d33
BLAKE2b-256 988fe32aeefc961e3adcd3847f0ec9db6753088ded6184ea6ded28b46032668c

See more details on using hashes here.

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