sb-ai-lab / LightAutoML

Fast and customizable framework for automatic ML model creation (AutoML)
https://developers.sber.ru/portal/products/lightautoml
Apache License 2.0
1.09k stars 48 forks source link

Use of deprecated pandas methods #56

Closed eli-osherovich closed 1 year ago

eli-osherovich commented 1 year ago

🐛 Bug

To Reproduce

Steps to reproduce the behavior: Run some examples with categorical data.

Expected behavior

No warnings

Additional context

OrdinalEncoder uses pandas.Series.append() which is deprecated. Meanwhile it results is a bunch of warnings, in the future it will fail.

Checklist

BEPb commented 1 year ago

pyhton 3.10 from lightautoml.automl.presets.tabular_presets import TabularAutoML --> TypeError: cannot set 'get_record_history_wrapper' attribute of immutable type 'object'