[BUG] Segmentation fault on catboost model during forecasting with prediction intervals #1258
Open
1 task done
Labels
bug
Something isn't working
🐛 Bug Report
If you make a forecast with prediction intervals using catboost model the segmentation fault can occur.
The error looks like:
Expected behavior
No errors.
How To Reproduce
Observations:
_forecast_backtest_pipeline
method on second pipelinebacktest
instead offorecast
error doesn't happen_run_all_folds
without parallel execution using list-comprehension, the error remainslogging_level="Debug"
doesn't clear up the situationpipeline.forecast(prediction_interval=True, num_folds=5)
, the error happens on fold 3pipeline.forecast(prediction_interval=True, num_folds=8)
, the error happens on fold 1random_seed
doesn't change the fold on which pipeline failstslogger
from_forecast_backtest_pipeline
doesn't change the errorDateFlagsTransform
fromtransforms
stops the errorLagTransform
fromtransform
doesn't stop the errorthread_count=1
doesn't stop the errorI haven't succeeded to reproduce the problem on installation from the scratch, so it isn't really obvious what leads to the problem.
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: