wd60622 / latent-calendar

Analyze and model weekly calendar distributions using latent components
https://wd60622.github.io/latent-calendar/
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Avoid warnings in `cal.predict` and `cal.transform` when fit on DataFrame #58

Open wd60622 opened 4 months ago

wd60622 commented 4 months ago

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