-
Notifications
You must be signed in to change notification settings - Fork 57
weight value is too big #12
Copy link
Copy link
Open
Description
according to the paper, the weight value is w = exp(flag * f)
and the f score is the sum of all the weak classification tree score.
so when there is more and more weak classifers, the f is became bigger and bigger
when the value is bigger than 700+, the double value will not be able to hold the result.
any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels