Autopredict is a package to automate Machine learning model selection/ feature selection tasks
Project description
autopredict
Autopredict is a simple yet powerful library which can be used by Data Scientists to create multiple prediction (regression,classification) data models.Pass in the data to autopredict and sit back as it does all the work for you. It is very powerfull in creating intial baseline models and also has ready made tweaked parameters for multiple models to generate highly accurate predictions.
- Automate Model Selection
- Hyperparameter tuning
- Feature selection/ranking
This software has been designed with much Joy, by Sanchit Latawa & is protected by The Apache Licensev2.0.
New Features!
- Added new classification Models
- Allow grid tuning parameters to be passed in as argument
Tech
Sample Usage
>> from autopredict.classification import autoClassify
>> model =autoClassify(encoder='label',scaler='minmax',useGridtuning=False)
>> model.train(X,y)
>>print(model.getModelScores())
Output
modelName score roc_auc_score f1_score
LogisticRegression 0.927464 0.639570 0.000000
DecisionTreeClassifier 0.937422 0.788967 0.285612
GaussianNB 0.935352 0.760670 0.203207
RandomForestClassifier 0.937297 0.791552 0.248444
GradientBoostingClassifier 0.937472 0.792435 0.257557
Development
Want to contribute? Please reach out to me at slatawa@yahoo.in and we can go over the Queue items planned for the next release
Todos
- Write MORE Tests
- Add option for RFE
License
Apache v2.0
Free Software, Hell Yeah!
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-1.0.6.tar.gz
.
File metadata
- Download URL: autopredict-1.0.6.tar.gz
- Upload date:
- Size: 9.7 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 | a3303cd93f5725938dad65339d4de4638a5a7d701dd0bc74efcbd80e5527eb7c |
|
MD5 | a4e72107e6287373a3ebc43456106230 |
|
BLAKE2b-256 | 354594f04426c705cd5c275f7c5788cb13c6b5d098f86cfe5141d2bd77e457f2 |