-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Decreasing the value of metrics for regression problem #1255
Comments
Как были получены эти результаты? В 0.7.3 есть изменения, связанные с валидацией на временных рядах в композиции. |
@kasyanovse Данные, которые указаны в таблице это запуски моделей Xgboostreg на мастере на начало декабря, а справа для новой реализации xgboost. Замечал подобное и в своих запусках, когда сравнивался со старой версией. Думаю, чтобы точно исключить причины понижения метрик из-за изменениях в бустингах, нужно проверить на других моделях, например, rfr. Также можешь отправить PR с изменениями валидации? Будет как следующая отправная точка для распутывания проблемы. |
@kasyanovse XGBoost запускали на этих датасетах. Свои запуски делал на Black Friday, но уже с CatBoost. Старая версия это 0.7.2, мастер актуальный на 10-ые числа января. |
Запуск - это для каждой версии:
|
Да, именно так. |
Noticed that the performance of regression models running through PipelineBuilder has decreased compared to the previous version.
It is required to compare the last version of framework (0.7.1 or 0.7.2) on various regression models with the last one.
Looking through, I suspect that there were fixes related to regression or time series, or metrics that affected this.
The text was updated successfully, but these errors were encountered: