Search Results for: numpy

Ridge Regression in Python

Hello, readers! Today, we would be focusing on an important aspect in the concept of Regression — Ridge Regression in Python, in detail. So, let us get started!! Understanding Ridge Regression We all are aware that, Linear Regression estimates the best fit line and predicts the value of the target numeric variable. That is, it

Ridge Regression in Python Read More »

Lasso Regression in Python

Hello, readers! In our last article, we focused at Ridge Regression in Python programming, in detail. Now, we would be talking about Lasso regression in Python. So, let us get started! First, what is Lasso Regression? In the domain of data science and machine learning, our main target is to make predictions on real-life problems

Lasso Regression in Python Read More »

ROC curves in Machine Learning

The ROC curve stands for Receiver Operating Characteristic curve. ROC curves display the performance of a classification model. ROC tells us how good the model is for distinguishing between the given classes, in terms of the predicted probability. In this article, we will understand ROC curves, what is AUC, and implement a binary classification problem

ROC curves in Machine Learning Read More »