piecewise-regression icon indicating copy to clipboard operation
piecewise-regression copied to clipboard

sklearn-compatibility of function name and instance

Open jckkvs opened this issue 3 years ago • 0 comments

Thank you for providing a useful library.

I think that compatibility with scikit-learn is high as one way to improve the usability of machine learning models.

In particular, I think the following two specifications have low compatibility.

Fit is designed as a class, not a function. A specification that requires X and y when creating an instance in "class Muggeo".

It's just my opinion.

jckkvs avatar Jul 19 '22 04:07 jckkvs