Open cjvanlissa opened 4 years ago
Hmmm.. I see in the code that character and logical are already supported.. still I get an error. Will do some debugging. This idea might still be valid for Date
though!
A PR for Date
outcomes is very welcome. Please also post your issues with characters and logicals.
It seems to me that it should be possible to apply classification to variables of the type
character
andlogical
by converting them tofactor
and back, and regression to variables of the typeDate
by converting it tointeger
and back. Possibly other types as well.Would you be interested in implementing this, or accepting a pull request that implements it?