Hi everyone,

I'm working on issue 2121
<https://github.com/scikit-learn/scikit-learn/issues/2121#issuecomment-171067587>,
and have trouble understanding when to use safe methods like safe_sqr. What
I would want to do here is use np.linalg.norm on the coeff array when it is
of dimension 2, but it seems it is not the way to go (since it's not what
is done for example in the RFE feature selector, where the l2 norm of the
coeff array is used). Am I missing something here ?


Regards,

Antoine
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to