Hi All,

I trained a Logistic regression classifier.

To simplify the deployment of my work, I want to decrease the libraries
dependencies. As I doubt there is a need to retrain the classifier, I want
to remove the sklearn dependency.

Therefore, I want to write the predict function myself with the help of the
trained classifier coefficients. Can someone point to me the decision
function used to calculate the score for each class?


Regards.

-- 
Rami Al-Rfou'
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to