MIDASpy icon indicating copy to clipboard operation
MIDASpy copied to clipboard

Scikit-learn interface

Open kaiserdan opened this issue 3 years ago • 1 comments

It's usual for imputation or data pre-processing packages in python to support the scikit-learn interface. The interface allows the library to be used in data pipelines and existing scikit-learn infrastructures. Is there any plan on explicitly supporting it in the library?

References: https://scikit-learn.org/stable/modules/impute.html https://scikit-learn.org/stable/developers/develop.html https://scikit-learn.org/stable/data_transforms.html

kaiserdan avatar Mar 22 '21 12:03 kaiserdan

Thanks for bringing this to our attention. We agree that it would be great to have support for the scikit-learn interface, and so we do plan to support this in the near-term -- likely as a new sub module.

tsrobinson avatar Mar 24 '21 13:03 tsrobinson