-
Notifications
You must be signed in to change notification settings - Fork 108
Shifu 0.2.7 Sampling Function Improvement
Zhang Pengshan (David) edited this page Aug 31, 2015
·
1 revision
-
Posson Distribution Sampling for Bagging With Replacement Training Set baggingWithReplacement=true (default in Shifu 0.2.7) in training configuration. https://github.com/ShifuML/shifu/issues/93
-
Up Sampling Support In some cases if small ratio for positive records, up sampling for positive records are needed to train a more stable model. Look at https://github.com/ShifuML/shifu/issues/140 for details. Down sampling is already supported in norm#sampleNegtiveOnly and norm#sampleRatio.