Closed DominiqueMakowski closed 5 years ago
Do you have a reprex?
bump
I'm not sure what you mean by "non sampling" models.
sorry about that! I meant when algorithm is optimizing, meanfield or fullrank
Ok, and where does which function fail?
All I think :)
performance::model_performance(insight::download_model("stanreg_meanfield_lm_1"))
performance::model_performance(insight::download_model("stanreg_fullrank_lm_1"))
performance::model_performance(rstanarm::stan_glm(Sepal.Length ~ Sepal.Width, data=iris, algorithm = "optimizing"))
Because of LOO
Ok, finally I got it what you meant... :-)
To be fixed once algorithm detection is implemented.