-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Type: EnhancementIndicates new feature requestsIndicates new feature requests
Description
Hi,
this is a bit connected to accepting sparse matrices - basically about sklearn validations.
I understand why not accepting NaN is sometimes necessary for some algorithms, it doesn't make sense for e.g. *RandomSamplers. NaNs could be copied as well.
As a workaround, I replace all NaNs by some other valid value and then convert it back. But it is of course a bit weird...
Metadata
Metadata
Assignees
Labels
Type: EnhancementIndicates new feature requestsIndicates new feature requests