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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file autopredict-0.0.4.tar.gz
.
File metadata
- Download URL: autopredict-0.0.4.tar.gz
- Upload date:
- Size: 6.2 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd7174ce2d5f2b1f63401a7f84f6b2eb1994b5ec293e67f65890b02c60129a3b |
|
MD5 | 0d6e3a93177dd8fff7db39cb62ce11b7 |
|
BLAKE2b-256 | 84dcf27a34e6d1e984d308597261019bc1fa1ae1031e7e91ccc09cf6cf0ac693 |