Print ROC AUC Receiver Operating Characteristic Area Under Curve

The receiver operating characteristic area under curve is a way to measure the performance of a classification model, may be created using algorithms like Logistic Regression. ROC-AUC is basically a graph where we plot true positive rate on y-axis and false positive rate on x-axis. If a model is good the AUC will be close to 1. Area … Continue reading Print ROC AUC Receiver Operating Characteristic Area Under Curve

What is Confusion Matrix in Machine Learning

Not only human beings but also the machine learning models may get confused !! After all Artificial Intelligence mimics a human brain, isn’t it?(pun intended). Imagine yourself as a machine learning engineer and suppose you trained a machine learning classification model successfully today. After the model is trained you checked the accuracy which is 93.0%. Wow … Continue reading What is Confusion Matrix in Machine Learning

Data Visualization using Scatter Plot and Seaborn

If you have to plot your data in a graphical format smartly so that the stakeholders can understand the insight clearly and effectively then you may like to explore Seaborn. Data visualization is the presentation of data in a visual or graphical manner. With the help of data visualization, decision makers can understand difficult concepts … Continue reading Data Visualization using Scatter Plot and Seaborn