Warning in sklean with using LinearPerSegmentModel
and DateFlagsTransform
#207
Labels
bug
Something isn't working
LinearPerSegmentModel
and DateFlagsTransform
#207
🐛 Bug Report
Warning: Arrays of bytes/strings is being converted to decimal numbers if dtype='numeric'. This behavior is deprecated in 0.24 and will be removed in 1.1 (renaming of 0.26). Please convert your data to numeric values explicitly instead.
The problem is caused by category type of the results of
DateFlagsTransform
(even if they are boolean like inis_weekend
).This warning looks suspicious and something should be done about it.
Expected behavior
No warning.
How To Reproduce
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: