LightAutoML icon indicating copy to clipboard operation
LightAutoML copied to clipboard

LAMA - automatic model creation framework

Results 6 LightAutoML issues
Sort by recently updated
recently updated
newest added

The slack image link was broken and changed telegram icon.

Hi, thanks as always for this great library! I keep running into an issue when trying to use the report decorator: ``` --------------------------------------------------------------------------- UFuncTypeError Traceback (most recent call last) in...

Hi, is it possible to get feature importances in TabularNLPAutoML for regular features (not textual), same as in TabularAutoML? Currently `automl.get_feature_scores("fast") `is throwing an error --------------------------------------------------------------------------- ``` AttributeError Traceback (most...

Add auto publishing Docker images to a registry, such as Docker Hub or GitHub Packages, as part of CI workflow. https://hub.docker.com/u/sberailab

enhancement

I use `python`==3.8 and `dvc` == 2.9.3 in my project, however the addition of `lightautoml` package has broken the workflow with dvc. The following error occured: `AttributeError: module 'typing' has...