shivamshinde92722Jan 74 min readEnd-to-End ML ProjectA Step-by-Step Guide to Building an End-to-End Machine Learning ProjectThis article will show you the way you can create an end-to-end machine learning project.
shivamshinde92722Aug 31, 20236 min readExploratory Data AnalysisFrom Raw to Refined: A Journey Through Data Preprocessing — Part 5: OutliersA Simple Guide to Navigating Data Anomalies. Decode the mystery behind outliers in data science. From detection to resolution, empower your
shivamshinde92722Aug 27, 20234 min readMachine LearningFrom Raw to Refined: A Journey Through Data Preprocessing — Part 3: Duplicate DataThis article will explain how to identify duplicate records in the data and, the different ways to deal with the problem of having duplicate
shivamshinde92722Aug 5, 20236 min readMachine LearningFrom Raw to Refined: A Journey Through Data Preprocessing - Part 2: Missing ValuesThis article will explain the concept of missing values in the data and the ways to deal with data containing missing values.
shivamshinde92722Jul 29, 20233 min readMachine LearningFrom Raw to Refined: A Journey Through Data Preprocessing — Part 1: Feature ScalingThis article is the part 1 of the Data Preprocessing series. In this part, I explain the feature scaling step of the preprocessing.
shivamshinde92722Dec 15, 20227 min readScikit-LearnA Practical Guide to Exploratory Data Analysis (EDA) Using PythonIn this article, I will explain one of the most important parts of the lifecycle of a data science project, i.e., exploratory data analysis