Skip to content

Shifu 0.2.7 Multiple classes NN Algorithm Improvement (Experimental)

Zhang Pengshan (David) edited this page Aug 31, 2015 · 1 revision
  1. How to Enable Multiple Classes Classification? If set all tags in 'positiveTags' or 'negativeTags'. Starting from index, tags will be encoded to 1,2,3,4,..

  2. Is Binning and Categorical Variable Support? EqualTotal and EqualInterval binnings are supported, while EqualPositive and EqualNegative are not supported. Categorical variable are not supported since categorical variable are computed as positive ratio in binary-classification.

  3. Only NN algorithm Supported for Multiple Classes Classification

  4. Eval Outputs are just Confusion Matrix

  5. https://github.com/ShifuML/shifu/issues/149

Clone this wiki locally