what does it mean: "MaxNumSplits is not a valid parameter name"
Show older comments
I use follow code in command line
templ = templateTree('MaxNumSplits',4);
ens = fitensemble(X,Y,'LSBoost',50,templ);
And got follow message:
Error using classreg.learning.FitTemplate/fillIfNeeded (line 533)
MaxNumSplits is not a valid parameter name.
Error in classreg.learning.modelparams.EnsembleParams/fillDefaultParams (line 622)
learner = fillIfNeeded(learner,this.Type);
I don't know why MaxNumSplits is not a valid parameter name?
who can explain it? thank you ....
Accepted Answer
More Answers (0)
Categories
Find more on Verification, Validation, and Test in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!