Besides filling the missing data with mean, one could actually use machine learning (even regression) to fill in the missing value. As there are more and more automatic machine learning code available. I wonder if there is any python code that allows me the fill in the missing value of pandas dataframe with some kind of machine learning method. Thanks.
Asked
Active
Viewed 499 times
-1
-
That's a good thing to google. – J E Carter II Mar 13 '18 at 20:57
1 Answers
0
There is the package called fancy impute.

user40780
- 1,828
- 7
- 29
- 50