• Get Started
  • Basics
    • Tasks
    • Learners
    • Train
    • Predict
    • Preprocessing
    • Performance
    • Resampling
    • Tuning
    • Benchmark Experiments
    • Parallelization
    • Visualization
    • Use case - Regression
  • Advanced
    • Configuration
    • Wrapped Learners
    • Imputation
    • Generic Bagging
    • Advanced Tuning
    • Feature Selection
    • Nested Resampling
    • Cost-Sensitive Classification
    • Imbalanced Classification Problems
    • ROC Analysis and Performance Curves
    • Multilabel Classification
    • Learning Curve Analysis
    • Partial Dependence Plots
    • Classifier Calibration
    • Hyperparameter Tuning Effects
    • Out-of-Bag Predictions
    • Handling of Spatial Data
    • Functional Data
  • Extending
    • Create Custom Learners
    • Create Custom Measures
    • Create Imputation Methods
    • Create Custom Filters
  • Appendix
    • Function Reference
    • News
    • Example Tasks
    • Integrated Learners
    • Implemented Measures
    • Integrated Filter Methods
    • mlr Publications
    • Talk, Videos and Workshops
  • mlr-org Packages
    • mlrMBO
    • mlrng
    • mlrCPO
    • shinyMlr
    • mlrHyperopt
    • OpenML

Get a description of all possible parameter settings for a learner.

Source: R/getParamSet.R

Returns the ParamHelpers::ParamSet from a Learner.

Value

ParamSet.

See also

Other learner: LearnerProperties, getClassWeightParam, getHyperPars, getLearnerId, getLearnerPackages, getLearnerParVals, getLearnerParamSet, getLearnerPredictType, getLearnerShortName, getLearnerType, helpLearnerParam, helpLearner, makeLearners, makeLearner, removeHyperPars, setHyperPars, setId, setLearnerId, setPredictThreshold, setPredictType

Contents

  • Value
  • See also