Nothing
#' @rdname autoplot.LearnerClassifGlmnet
#' @export
autoplot.LearnerRegrGlmnet = function(object, theme = theme_minimal(), ...) { # nolint
plot_ggfortify(object, ...) +
scale_color_viridis_d("Feature") +
theme
}
#' @export
plot.LearnerRegrGlmnet = function(x, ...) {
print(autoplot(x, ...))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.