Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated pandas methods #56

Closed
4 tasks done
eli-osherovich opened this issue Dec 4, 2022 · 1 comment · Fixed by #79
Closed
4 tasks done

Use of deprecated pandas methods #56

eli-osherovich opened this issue Dec 4, 2022 · 1 comment · Fixed by #79
Labels
bug Something isn't working

Comments

@eli-osherovich
Copy link

🐛 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

  • bug description
  • steps to reproduce
  • expected behavior
  • code sample / screenshots
@eli-osherovich eli-osherovich added the bug Something isn't working label Dec 4, 2022
@BEPb
Copy link

BEPb commented Jan 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants