top of page



Confusion matrix in machine learning
A confusion matrix is a N x N matrix that is used to interpret model evaluation performance systematically. Here N is the number of...
rishabhdwivedi062
Nov 5, 20222 min read
81 views
0 comments

House price prediction using linear regression model
We will be building a House Price prediction model using linear regression, I will try to make everything simple for you. You can access...
rishabhdwivedi062
Oct 5, 20223 min read
62 views
0 comments

Model evaluation metrics in machine learning
They are used to calculate the errors in machine learning models, we will have a detailed look at various model evaluation techniques. 1....
rishabhdwivedi062
Sep 16, 20222 min read
38 views
0 comments

How to handle categorical variables in machine learning
Categorical variables are the non-numeric data present in the dataset. We can use it to well to enhance the accuracy of our machine...
rishabhdwivedi062
Sep 12, 20223 min read
27 views
0 comments

Data exploration and preprocessing in machine learning - House Price Prediction.
Data exploration and preprocessing are the key aspects of machine learning. With proper exploration and preprocessing we can enhance the...
rishabhdwivedi062
Sep 4, 20223 min read
33 views
0 comments
What is Exploratory Data Analysis in machine learning?
EDA is a process of summarizing data, identifying patterns and relationships, and detecting outliers. This type of data analysis in...
rishabhdwivedi062
Aug 26, 20222 min read
135 views
0 comments

Understand variables and their type in Machine Learning.
A variable represents one specific characteristic of the data or tells specific information about the data. The above table represents...
rishabhdwivedi062
Aug 24, 20221 min read
36 views
0 comments

Types of machine learning algorithms.
Machine learning contains a set of algorithms that work on a huge amount of data. Data is fed to these algorithms to train them, and on...
rishabhdwivedi062
Aug 19, 20222 min read
147 views
0 comments

What is Machine Learning? Understand it with a real world example!
Machine learning is the ability of machines to learn from past experiences and predict future outcomes. Therefore it is an art to teach...
rishabhdwivedi062
Aug 15, 20222 min read
275 views
0 comments
bottom of page