在Multioutput-multiclass classification时候须要同时输出类名同probabilitypython
for k,v in zip(model.classes_,model.predict_proba(predictValue)[0]): print k,v