This package directly gives you output performance on different models
Project description
- This package can be used in machine learning (Data Science) to check the performance of models.
- The best thing about this package is that you don’t have to train and predict every classification or regression algorithm to check performance. This package directly gives you output performance on different models.
- In Pratik_model
there are two classes present which is smart_classifier(For Classification problems) and smart_regressor (for Regression problems).
Pratik_model for Classification:
will check the performance on this Classification models:
- Passive Aggressive Classifier
- Decision Tree Classifier
- Random Forest Classifier
- Extra Trees Classifier
- Logistic Regression
- Ridge Classifier
- K Neighbors Classifier
- Support Vector Classification
- Naive Bayes Classifier
- LGBM Classifier
- CatBoost Classifier
- XGB Classifier
And for classification problems Pratik_model can give the output of:
- Accuracy Score.
- Classification Report
- Confusion Matrix
- Cross validation (Cross validation score)
- Mean Absolute Error
- Mean Squared Error
- Overfitting (will give accuracy of training and testing data.)
- Precision Score
- Recall Score
Pratik_model for Regression:
Similarly, will check performance on this Regression model:
- Passive Aggressive Regressor
- Gradient Boosting Regressor
- Decision Tree Regressor
- Random Forest Regressor
- Extra Trees Regressor
- Lasso Regression
- K Neighbors Regressor
- Linear Regression
- Support Vector Regression
- LGBM Regressor
- CatBoost Regressor
- XGB Regressor
And for Regression problem Pratik_model
can give an output of:
- R2 Score.
- Cross validation (Cross validation score)
- Mean Absolute Error
- Mean Squared Error
- Overfitting (will give accuracy of training and testing data.)
Thank You!!.
Change Log
==========
0.0.1 (29/3/2022)
-------------------
- First Release
License-File: LICENSE.txt
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
Pratik_model.tar.gz
(16.2 kB
view details)
File details
Details for the file Pratik_model.tar.gz
.
File metadata
- Download URL: Pratik_model.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80c70453d868285d85aaf18b2efb98557f4ec4b3112fd9fced72716e9d8db0e9 |
|
MD5 | 648990a0b81554cdd0dbfbc405d0d302 |
|
BLAKE2b-256 | c4c960d4af98a33fc783bcc9cce18898b33c27f573d224763f252c80352f08f2 |