You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyhton 3.10
from lightautoml.automl.presets.tabular_presets import TabularAutoML
-->
TypeError: cannot set 'get_record_history_wrapper' attribute of immutable type 'object'
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
Run some examples with categorical data.
Expected behavior
No warnings
Additional context
OrdinalEncoder
usespandas.Series.append()
which is deprecated. Meanwhile it results is a bunch of warnings, in the future it will fail.Checklist
The text was updated successfully, but these errors were encountered: