
Plots for GLMNet Learners
Source:R/LearnerClassifCVGlmnet.R
, R/LearnerClassifGlmnet.R
, R/LearnerRegrCVGlmnet.R
, and 1 more
autoplot.LearnerClassifGlmnet.Rd
Visualizations for GLMNet learners using the package ggfortify.
Usage
# S3 method for LearnerClassifCVGlmnet
autoplot(object, theme = theme_minimal(), ...)
# S3 method for LearnerClassifGlmnet
autoplot(object, theme = theme_minimal(), ...)
# S3 method for LearnerRegrCVGlmnet
autoplot(object, theme = theme_minimal(), ...)
# S3 method for LearnerRegrGlmnet
autoplot(object, theme = theme_minimal(), ...)
Arguments
- object
(mlr3learners::LearnerClassifGlmnet | mlr3learners::LearnerRegrGlmnet | mlr3learners::LearnerRegrCVGlmnet | mlr3learners::LearnerRegrCVGlmnet).
- theme
(
ggplot2::theme()
)
Theggplot2::theme_minimal()
is applied by default to all plots.- ...
(ignored).
References
Tang Y, Horikoshi M, Li W (2016). “ggfortify: Unified Interface to Visualize Statistical Result of Popular R Packages.” The R Journal, 8(2), 474--485. doi:10.32614/RJ-2016-060 .