LightAutoML
LightAutoML copied to clipboard
Fast and customizable framework for automatic ML model creation (AutoML)
## 🐛 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...
## 🚀 Feature Request Remove wrapper for tunner module. ### Motivation We need only Optuna as a tuner.
## 🐛 Bug https://github.com/sb-ai-lab/LightAutoML/blob/d0c1d66bf893a597f9f9fe8f75f85c3a391ed1fb/lightautoml/pipelines/selection/base.py#L210
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...
## ❓ Questions and Help Добрый день! Вчера работало все исправно, сегодня сутра получил ошибку вот такого рода: AttributeError: module 'lightautoml.reader' has no attribute 'fit_read' Подскажите пожалуйста, как решить ее....
Fixes #138 ### Solution Split the features by levels and get permutation importance scores via the pipelines on higher levels.