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

Uploaded Source

File details

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

File metadata

  • Download URL: autopredict-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 87f25191d5ad0fadb1217c1eb6c0837c87f1f55c46dd726cc9cc7a840f99b0b7
MD5 61918939d037e049c49b8ed59ee4cf2c
BLAKE2b-256 85ae273790e5eaf3b6e9fda55631610d56374b1a2a5cc92f96591067b92382f0

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