Getting Error in training Using fitcensemble() Function of MATLAB

I am trying to train a classification model using fitcensemble in MATLAB with generic implementation:
Model = fitcensemble(Xtrain,Ytrain);
The feature vector and output has form:
  • Xtrain: 80x92184
  • Ytrain:80 x 1
The model does not train instead I get this error:
Warning: AdaBoost M2 exits because pseudo-loss from the last hypothesis is not positive.
as shown in the snapshot below:
Displayed Error Code
The model details that I get after the above error message is given below:
Model Details
What does this error means, and how can i remedy this

2 个评论

Y output is double as I can see.
Maybe convert Y=categorical(Y);
Just tried, did not work.
Received the same error.

请先登录,再进行评论。

回答(0 个)

产品

版本

R2020a

提问:

2021-8-3

评论:

2021-8-3

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by