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.08k stars 47 forks source link

Error at LAMA import #114

Closed DmitriyValetov closed 11 months ago

DmitriyValetov commented 11 months ago

I have tried one of your Colab tutorials:

Tutorial_1_basics.ipynb - get started with LightAutoML on tabular data.

It fails with "TypeError: cannot set 'get_record_history_wrapper' attribute of immutable type 'object'" at importing "from lightautoml.automl.presets.tabular_presets import TabularAutoML, TabularUtilizedAutoML" (((((

dev-rinchin commented 11 months ago

Hi Dmitriy, lightautoml <= 0.3.7.3 does not support python 3.10, please try the latest version (beta) 0.3.8b1: pip install lightautoml==0.3.8b1