Nothing
#' Returns the selected feature set and optimization path after training.
#'
#' @param object ([WrappedModel])\cr
#' Trained Model created with [makeFeatSelWrapper].
#' @return ([FeatSelResult]).
#' @export
#' @family featsel
getFeatSelResult = function(object) {
assertClass(object, "FeatSelModel")
object$learner.model$opt.result
}
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.