3 ways to handle missing values in Machine Learning
Steps to handle missing values:
Drop the columns that has missing values
Here, we drop the columns that have missing values.
With this approach, there is a chance that we may lose access to lot of useful information.
You should use this approach ...
liongueststudios.com1 min read