Monthly Archives

classification using scikit-learn

Multiclass classification is a popular problem in supervised machine learning. Problem – Given a dataset of m training examples,...

classification using scikit-learn

Multiclass classification is a popular problem in supervised machine learning. Problem – Given a dataset of m training examples,...

Types of Learning – Supervised Learning

What is Learning for a machine? A machine is said to be learning from past Experiences(data feed in) with...

Types of Learning – Supervised Learning

What is Learning for a machine? A machine is said to be learning from past Experiences(data feed in) with...

Classification vs Regression

Classification and Regression are two major prediction problems which are usually dealt with Data mining and machine learning. Classification...

Classification vs Regression

Classification and Regression are two major prediction problems which are usually dealt with Data mining and machine learning. Classification...

Types of Regression Techniques

When Regression is chosen? A regression problem is when the output variable is a real or continuous value, such...

Types of Regression Techniques

When Regression is chosen? A regression problem is when the output variable is a real or continuous value, such...

Basic Concept of Classification (Data Mining)

Data Mining: Data mining in general terms means mining or digging deep into data which is in different forms...

Basic Concept of Classification (Data Mining)

Data Mining: Data mining in general terms means mining or digging deep into data which is in different forms...

Getting started with Classification

Introduction As the name suggests, Classification is the task of “classifying things” into sub-categories.But, by a machine! If that...

Getting started with Classification

Introduction As the name suggests, Classification is the task of “classifying things” into sub-categories.But, by a machine! If that...

One Hot Encoding of datasets in Python

Sometimes in datasets, we encounter columns that contain numbers of no specific order of preference. The data in the...

One Hot Encoding of datasets in Python

Sometimes in datasets, we encounter columns that contain numbers of no specific order of preference. The data in the...

Label Encoding of datasets in Python

In machine learning, we usually deal with datasets which contains multiple labels in one or more than one columns....

Label Encoding of datasets in Python

In machine learning, we usually deal with datasets which contains multiple labels in one or more than one columns....

Feature Scaling – Part 2

Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It...

Feature Scaling – Part 2

Feature Scaling is a technique to standardize the independent features present in the data in a fixed range. It...