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 Lazy_pratik_model
there are two classes present which is smart_classifier(For Classification problems) and smart_regressor (for Regression problems).
Lazy_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 Lazy_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
Lazy_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 Lazy_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!!.
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-0.0.4.tar.gz
(16.2 kB
view details)
File details
Details for the file Pratik_model-0.0.4.tar.gz
.
File metadata
- Download URL: Pratik_model-0.0.4.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 | 2cf37216daf542b8a816eabc930a23811e219e3b86a4a201c5b6ed7a90b27369 |
|
MD5 | f60467800175094447ca61eed5570113 |
|
BLAKE2b-256 | 351c77f382021e261ab88241ef9ddad85381d48060ab7735519288417b1ff863 |