Lazyme Package
Lazyme Package

Lazyme Package

Lazyme

  • I created my own package named Lazyme. (coz I am????)
  • 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 Lazyme there are two classes present which is smart_classifier(For Classification problems) and smart_regressor (for Regression problems).

Lazyme for

Classification:?

  • Lazyme will check the performance on this Classification models:

  1. Passive Aggressive Classifier
  2. Decision Tree Classifier
  3. Random Forest Classifier
  4. Extra Trees Classifier
  5. Logistic Regression
  6. Ridge Classifier
  7. K Neighbors Classifier
  8. Support Vector Classification
  9. Naive Bayes

  • And for classification problems Lazyme can give the output of:

  1. Accuracy Score.
  2. Classification Report
  3. Confusion Matrix
  4. Cross validation (Cross validation score)
  5. Mean Absolute Error
  6. Mean Squared Error
  7. Overfitting (will give accuracy of training and testing data.)
  8. Precision Score
  9. Recall Score

No alt text provided for this image
Lazyme model for Classification


Regression:?

  • Similarly, Lazyme will check performance on this Regression model:

  1. Passive Aggressive Regressor
  2. Gradient Boosting Regressor
  3. Decision Tree Regressor
  4. Random Forest Regressor
  5. Extra Trees Regressor
  6. Lasso Regression
  7. K Neighbors Regressor
  8. Linear Regression
  9. Support Vector Regression

  • And for Regression problem Lazyme can give an output of:

  1. R2 Score.
  2. Cross validation (Cross validation score)
  3. Mean Absolute Error
  4. Mean Squared Error
  5. Overfitting (will give accuracy of training and testing data.)

No alt text provided for this image
Lazyme model for Regression

  • How to use it:

  1. Download this Lazyme.py file from Here and save it in your drive where Anaconda is located.
  2. Then just write from Lazyme import smart_classifier, smart_regressor
  3. Then use it on any dataset.

Thank You!!.

要查看或添加评论,请登录

Pratik D.的更多文章

  • Pratik_model on PyPI

    Pratik_model on PyPI

    Dear LinkedIn community, I am thrilled to announce that I have successfully posted my Python package on the Python…

    4 条评论
  • Text Summarization

    Text Summarization

    Text summarization is a very useful and important part of Natural Language Processing (NLP). Text summarization is the…

  • Web Scraping

    Web Scraping

    The question is how will you extract website data is in a usable format? Here is your answer!! Web Scraping Web…

  • COVID-19 X-ray Classification Project

    COVID-19 X-ray Classification Project

    Background - In late January, a Chinese team published a paper detailing the clinical and para clinical features of…

社区洞察

其他会员也浏览了