AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Evaluating Performance of Models

 Towards Data Science

After completing some data science projects in logistic regression and binary classification I have decided to write more about the evaluation of our models and steps to take to make sure they are…

Read more at Towards Data Science

Different Model Evaluation methodologies — Part 2

 Analytics Vidhya

Resubstitution method, also known as Residual method, is the most basic method and not recommended for model evaluation, due to its overfitting issue. The holdout evaluation method takes into account…...

Read more at Analytics Vidhya

Evaluate your model properly

 Towards Data Science

The progress we are seeing in machine learning is undeniable, in any given week, we see new algorithms being researched and theorised, new libraries being released to the open-source community and…

Read more at Towards Data Science

Model Selection and Evaluation

 Towards Data Science

This article is a continuation of a series I am writing on key theoretical concepts to Machine Learning. The other articles in this series are available on my page. Model Selection and Evaluation is…

Read more at Towards Data Science

Model Selection & Assessment

 Towards Data Science

A standard modeling workflow would see you partitioning your data into the training, validation, and testing sets. You would then fit your models to the training data, then use the validation set to…

Read more at Towards Data Science

How to Evaluate your Machine Learning Model.

 Analytics Vidhya

Evaluation metrics explain the performance of a model. An important aspect of evaluation metrics is their capability to discriminate among model results.

Read more at Analytics Vidhya

Classification Model Evaluation

 Analytics Vidhya

For classification problems, the first thing we need to know is the confusion matrix. From this matrix, we can acquire some useful information, including accuracy, precision, recall, and f1 score…

Read more at Analytics Vidhya

Introduction to Machine Learning Model Evaluation

 Becoming Human: Artificial Intelligence Magazine

ML models have a significant impact on our lives, they are involved in sensitive issues such fraud detection, autonomous driving and deciding which content will be displayed to millions of users 24…

Read more at Becoming Human: Artificial Intelligence Magazine

Classification Model Assessment

 Analytics Vidhya

The human brain is a complex organ and is capable of recognizing patterns, regularities and irregularities through many experiences over a lifetime. We remain calm and assured when we know that an…

Read more at Analytics Vidhya

Performance measures of models

 Towards Data Science

Schools and colleges regularly conduct tests. The basic idea behind this is to measure the performance of the students. To understand which is their strong subject and where they need to work harder…

Read more at Towards Data Science

Model Evaluation I: Precision And Recall

 Towards Data Science

To test the quality of any classification system like Support Vector Machines, there’s need to perform some evaluation metrics. Support Vector Machines are classification algorithm which I explained…

Read more at Towards Data Science

Measuring Model Goodness — Part 1

 Towards Data Science

Data and AI are transforming businesses worldwide from finance, manufacturing and retail to healthcare, telecommunications and education. At the core of this transformation is the ability to convert…

Read more at Towards Data Science

Evaluating a Machine Learning Model

 Analytics Vidhya

After creating a machine learning model, interpreting the model results and evaluation is important aspect of the machine learning workflow. In this post we will discuss different evaluation matrices…...

Read more at Analytics Vidhya

Have you ever evaluated your model in this way?

 Towards Data Science

Model evaluation by considering frequencies of false positives and false negatives. Finding probability of difference between cells of confusion matrices. Applying the McNemar's test for confusion mat...

Read more at Towards Data Science

How to Measure the performance of a Model ?

 Analytics Vidhya

Whenever we develop a model we do us a performance metric to go ahead with that model or not. If any of you don’t know what model to use when and why . Please go through this till end. After you…

Read more at Analytics Vidhya

Model Diagnostics and Selection — 9

 Analytics Vidhya

Building a model can be a never-ending process in which we constantly improve the model by adding interactions, taking away variables, doing transformations and so on. However, at some point, we need…...

Read more at Analytics Vidhya

Evaluating Machine Learning Models

 Towards Data Science

When the hard work of building a model is done, someone has to make the final decision of whether to press “go” and release the model into the wild. This is the crucial moment for a data scientist…

Read more at Towards Data Science

Evaluating Regression Models

 Python in Plain English

After building a machine learning model whether that is using simple linear regression or gradient boosting it is important to get an idea of just how well your model performs. This article is…

Read more at Python in Plain English

Evaluating our Machine Learning model Performance

 Analytics Vidhya

Model Evaluation is one of the most important steps in developing a machine learning pipeline. Just imagine, designing a model and then straight away deploying it on production. And Suppose, your…

Read more at Analytics Vidhya

How to evaluate Machine Learning models? — Part 1

 Becoming Human: Artificial Intelligence Magazine

Before getting deep into artificial intelligence, it is important to understand which model should deploy? what are the metrics with respect to dataset and the application of model. Like a Teacher…

Read more at Becoming Human: Artificial Intelligence Magazine

Machine Learning — How to Evaluate your Model?

 Towards Data Science

Basic evaluation metrics and methods for Machine Learning algorithms

Read more at Towards Data Science

How to Check the Performance of Your Models

 Python in Plain English

Evaluation metrics are the basis on which you judge the performance of your machine learning or deep learning models. It is an important step after model creation and before model deployment. Most…

Read more at Python in Plain English

Evaluating Classification Models

 Towards Data Science

A doctor wants to know if his patient has a disease. A credit card company is interested in determining if a certain transaction is a fraud. A graduate school candidate is interested if whether or…

Read more at Towards Data Science

Model Validation

 Kaggle Learn Courses

You've built a model. But how good is it? In this lesson, you will learn to use model validation to measure the quality of your model. Measuring model quality is the key to iteratively improving your ...

Read more at Kaggle Learn Courses