LightAutoML icon indicating copy to clipboard operation
LightAutoML copied to clipboard

Fast and customizable framework for automatic ML model creation (AutoML)

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

## 🐛 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...

bug

## 🚀 Feature Request Remove wrapper for tunner module. ### Motivation We need only Optuna as a tuner.

enhancement
no-issue-activity

## 🐛 Bug https://github.com/sb-ai-lab/LightAutoML/blob/d0c1d66bf893a597f9f9fe8f75f85c3a391ed1fb/lightautoml/pipelines/selection/base.py#L210

bug

1) Anytime a 5xx error is triggered, the auth cookie and other header values are recorded in Jupyter server logs by default. Considering these logs do not require root access,...

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? Per your introduction video 5.1 [New LightAutoML functionality[([5.1 New...

help wanted
question

## ❓ Questions and Help Добрый день! Вчера работало все исправно, сегодня сутра получил ошибку вот такого рода: AttributeError: module 'lightautoml.reader' has no attribute 'fit_read' Подскажите пожалуйста, как решить ее....

help wanted
question

Fixes #138 ### Solution Split the features by levels and get permutation importance scores via the pipelines on higher levels.