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 23, 20223 min readMachine LearningA Simple Approach to Creating Custom Transformers Using Scikit-Learn ClassesIn this article, I will be explaining how to create a transformer according to our processing needs using Scikit-Learn classes
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
shivamshinde92722Nov 11, 20223 min readfit_transformClear Your Doubts About the Usage of Scikit-Learn’s Fit, Transform, and Predict MethodsIt's important to know the distinction between fit, and fit_transform methods in Scikit-Learn and when it's appropriate to use them.