sberbank-ai-lab / LightAutoML

LAMA - automatic model creation framework
Apache License 2.0
887 stars 92 forks source link

Problem with create_model_str_desc #77

Closed brut0 closed 2 years ago

brut0 commented 2 years ago

I tried to get model parameters using create_model_str_desc() but got this error: AttributeError: 'TabularAutoML' object has no attribute 'create_model_str_desc' I use this notebook as example: https://www.kaggle.com/alexryzhkov/aug21-lightautoml-starter

alexmryzhkov commented 2 years ago

Hi @brut0,

This is currently the intended behaviour - in the notebook you refer it was the developers version of LightAutoML which was installed from the specific github repo branch. Currently this function is inside master but not in PyPI yet - we are working on that and will make the new release soon.

Alex