NBprocessing icon indicating copy to clipboard operation
NBprocessing copied to clipboard

Upgrade fill_na_by_ratio

Open nirbarazida opened this issue 4 years ago • 0 comments

Add an option to insert 2 datasets - train and test. fill_na_by_ratio(train, test=None, column_name) if test = None:

  • fill Na in the train set by the train col ratio.

else:

  • fill Na in the test set by the train col ratio.

nirbarazida avatar Aug 10 '20 21:08 nirbarazida