sberbank-ai-lab / LightAutoML

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

Where is profiler? #56

Closed bizzyvinci closed 3 years ago

bizzyvinci commented 3 years ago

In the tutorial on analytics india, Profiler was used.

It was imported with from lightautoml.utils.profiler import Profiler, but there's no reference in the official documentation and importing it raises ModuleNotFoundError: No module named 'lightautoml.utils.profiler'.

Is Profiler gone or moved to another module or rebranded or ...?

alexmryzhkov commented 3 years ago

Hello @bizzyvinci,

That was our fault not to post release notes for the new versions of LightAutoML here on github. I'm currently working on it and add them to my answer. As you can see from them - in the latest version we remove Profiler because it takes too much computational resources to work and blocks some really important functionality like multiGPU NLP model training etc.

Release notes for 0.2.11:


Release notes for 0.2.12:


Release notes for 0.2.13:


Release notes for 0.2.14-0.2.15:


Release notes for 0.2.16: General part:

NLP part:

Interpretation part:

bizzyvinci commented 3 years ago

Ok. Thanks.

https://github.com/sberbank-ai-lab/LightAutoML/releases is not up to date. Where are releases cataloged or updated?