Avoid warnings in cal.predict
and cal.transform
when fit on DataFrame
#58
Labels
enhancement
New feature or request
cal.predict
and cal.transform
when fit on DataFrame
#58
The way that scikit learn does it : https://github.com/scikit-learn/scikit-learn/blob/8721245511de2f225ff5f9aa5f5fadce663cd4a3/sklearn/base.py#L478-L497
Might be something to do with the version as the new tests in #64 pass with fresh environment
The text was updated successfully, but these errors were encountered: