Prediction Intervals for DSS Scoring Recipe
veenacalambur
Registered Posts: 5 ✭✭✭✭
Hello! I was interested in using the DSS Visual models and scoring on a dataset and wanted to see if it possible to get a prediction interval. It's common in classical Regression implementations so wanted to see it would be possible within DSS. Thanks!
Tagged:
Answers
-
Hello veenacalambur, you can try to check "K-Fold cross-test" on the design menu
-
That does not give prediction intervals. I'm also looking this up and still do not find it. It is only available for times series but not for prediciton models. My alternative solution was to create an R recipe and run my linear model there, predict and then extract the prediction intervals.
-
Hello! Are there any updates in this topic?
Regards.
-
nothing that I'm aware of. I still use an R recipe to get them.