top of page

Clustering- Machine learning

In unsupervised learning where we don't have a target variable, we try to find patterns based on their observation, features. Based on...

Selecting the right model- Machine learning

The main aim of any machine learning model is to perform well on unseen data. It is important that the model performs well on training as...

Evaluation metrics- Machine learning

After model building using a different algorithm, we can evaluate the performance of the model using different evaluation metrics....

Train and test a model- Machine learning

Dividing data set into train and test is one method to quickly evaluate the performance of the algorithm on the problem. The training...

Variable transformation - Data Exploration

What is variable transformation? Variable transformation is a process by which we replace a variable with some function of that variable....

Outlier treatment - Data Exploration

Reason for outliers An outlier is a data point that differs significantly from other observations. The outlier present in the data set...

Univariate and Bivariate Analysis

Univariate Analysis What is a univariate analysis? What is the use of univariate analysis? univariate analysis is when we focus on a...

Data Exploration

What is a data exploration Data exploration is the fourth stage of predictive modeling. This process helps to gain insights from data. A...

STAGES OF PREDICTIVE MODELING

Most of the organizations are heavily investing in advanced analytics and predictive modeling. This can be the motivation for why we have...

INTRODUCTION TO PREDICTIVE MODELING

Predictive modeling is a process that uses past data and other attributes to predict outcomes with the data model. Now with this...

MACHINE LEARNING LIFE CYCLE IN 15 DAYS.

Welcome to this journey of machine learning life cycle in 15 days. Before starting this one should have a bit of programming experience...

Reading Spatialdata using geopandas

Spatial data is the data that identifies the geographic location of features and boundaries on Earth, such as lake, stream, oceans,...

Blog: Blog2
bottom of page