Given the method of determining the class predictions in the extreme learning machine classifier:
class_predictions = np.argmax(raw_predictions, axis=1) where raw_predictions are the (potentially negative) linear regression outputs (see https://gist.github.com/larsmans/2493300) what is the best way of generating class probabilities for the predict_proba() method (or is there a suitable example that I could examine)? Thanks in advance for any help. - David ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
