You're preparing data for a supervised learning task, and several features have missing values. You need a practical way to handle them without distorting model performance.
Question
How do you handle missing data in a dataset?
Problem
Scenario
You're preparing data for a supervised learning task, and several features have missing values. You need a practical way to handle them without distorting model performance.
Question
How do you handle missing data in a dataset?
Practice PythonPython 3.10
Open on desktop for the full Python editor with syntax highlighting and autocomplete.