feature-engine / feature_engine

Feature engineering package with sklearn like functionality
https://feature-engine.trainindata.com/
BSD 3-Clause "New" or "Revised" License
1.8k stars 303 forks source link

PRatioEncoder class is not searchable #630

Closed Okroshiashvili closed 1 year ago

Okroshiashvili commented 1 year ago

I found that PRatioEncoder class from encoding module does not exist anymore and still we try to import it in tests as well as there are records in docs about it.

I also checked Github issues and it's not mentioned anywhere. Please, have a look.

solegalli commented 1 year ago

We are deprecating PRatioEncoder as part of this release.

I wanted to release last week, but we have several PRs going on, so I am waiting for those :)

The online docs show the current available version with this class. But if you build the docs locally, it should not appear. Otherwise let me know.

Okroshiashvili commented 1 year ago

Okay then. I was not aware of this ☺️ We can safely close this issue