PythonPredictions / cobra

A Python package to build predictive linear and logistic regression models focused on performance and interpretation
https://pythonpredictions.github.io/cobra.io
MIT License
29 stars 5 forks source link

Preprocessing - Consider Catboost for target encoding #61

Open JanBenisek opened 3 years ago

JanBenisek commented 3 years ago

Insipire by https://catboost.ai/ for target encoding. To be investigated

MatthiasRoels commented 2 years ago

The implementation used in Catboost is tightly coupled with building the decision trees itself. So decoupling them will be an issue. But, you could draw inspiration from the way the encoded values are calculated to provide an alternative to the current implementation.