Ilya Sokolov

Results 16 issues of Ilya Sokolov

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll adding-a-theme-to-your-github-pages-site-using-jekyll.md ### What...

help wanted
content
pages

## Motivation Both [Jekyll](https://jekyllrb.com/docs/themes/#installing-a-theme) and [GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll) docs have a little bit of misleading information about adding a theme to GitHub Pages. Every aspect of this problem has already been described...

stale
documentation

## Expected Behavior The method calculates the Roc Auc score for a target column of type bool in a tabular data classification problem. ## Current Behavior For some reason `get_metrics()`...

bug
core

## Expected Behavior Test passed. Github check completed. ## Current Behavior There is a chance that the test will fail in some of the runs: `FAILED test/unit/data_operations/test_time_series_operations.py::test_tuner_correctly_work_with_window_size_selector - assert 3...

bug
test

Add new components and update old ones to match the current project.

documentation
enhancement

## Expected Behavior Pipeline starts tuning with provided input data. `tuned_pipiline = auto_model.tune(input_data=orig_data, timeout=10, cv_folds=10, n_jobs=4)` ## Current Behavior ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[17], line...

bug
api

Github Action for PEP8 style check doesn't produce "last updated" date for edited comment. ## Expected Behavior When a PEP8 comment is edited, the "last updated" date changes. ## Current...

bug
minor

## Expected Behavior Auto preprocessing should work correctly. Pipeline should be fitted. ## Current Behavior FEDOT fails to fit catboostreg model with `use_auto_preprocessing=True` option. ``` PS C:\Users\nnikitin-user\Desktop\automl_may> & C:/Users/nnikitin-user/AppData/Local/Programs/Python/Python310/python.exe c:/Users/nnikitin-user/Desktop/automl_may/flood_1.py...

bug
api

## Expected Behavior Prediction can be obtained after pipeline fitting for boosting models. ## Current Behavior Cannot get prediction for regression boosting models after fitting. For xgboostreg: ``` 2024-09-01 13:12:59,554...

bug
core

понятно, нужно будет в таком случае создать дополнительно 2 issue: - в продолжение #1227, чтобы наконец убрать `AtomizedModel` - в поддержку новой `Atomized` для GOLEM _Originally posted by @Lopa10ko in...

enhancement
refactoring