Closed ml-evs closed 3 years ago
We should check this throughout the whole featurization process. Do we consistently replace the nan with some value? here it is zero, but in cleaning it is -1.
_Originally posted by @ppdebreuck in https://github.com/ppdebreuck/modnet/pull/23#discussion_r572877921_
As suggested, we should probably move all this to clean_df, or handle it with a scikit transformer/scaler.
clean_df
Closed by #44
We should check this throughout the whole featurization process. Do we consistently replace the nan with some value? here it is zero, but in cleaning it is -1.
_Originally posted by @ppdebreuck in https://github.com/ppdebreuck/modnet/pull/23#discussion_r572877921_
As suggested, we should probably move all this to
clean_df
, or handle it with a scikit transformer/scaler.