Ask Your Question
0

Predict with Boost Classifier does not pass Raw Output

asked 2018-05-11 01:39:49 -0600

LuisK gravatar image

Hello,

Passing the flag StatModel::RAW_OUTPUT while using the predict function with my boost Classifier, does not change the output from predicted label to the raw sum of classifier.

Can anybody help me? Greetings Luis

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-05-11 03:44:30 -0600

berak gravatar image

you'll have to use:

ml::StatModel::RAW_OUTPUT | ml::Boost::PREDICT_SUM

to get the raw sum from it (else you get the raw MAX_VOTE)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-05-11 01:39:49 -0600

Seen: 207 times

Last updated: May 11 '18