MLJModels.jl icon indicating copy to clipboard operation
MLJModels.jl copied to clipboard

Automatically convert `Date` in `ContinuousEncoder`

Open ParadaCarleton opened this issue 2 years ago • 2 comments

Right now, inputting a date into a ContinuousEncoder just drops it, but it seems more reasonable to handle by converting dates into a number of days.

[ Info: Some features cannot be replaced with `Continuous` features and will be dropped: [:Year]. 

ParadaCarleton avatar Oct 15 '23 22:10 ParadaCarleton