You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use np.corrcoef to replace at least one for-loop (in case of scoring when multioutput & evaluating alphas: first change order of for-loops to then replace the then inner for-loop over targets)
if score_type!='pearson':
use some sort of mapfunc
use numba/etc for remaining for-loop
The text was updated successfully, but these errors were encountered:
Speed up and possibly fuse both functions.
Suggestions:
np.corrcoef
to replace at least one for-loop (in case ofscoring
when multioutput & evaluating alphas: first change order of for-loops to then replace the then inner for-loop over targets)mapfunc
The text was updated successfully, but these errors were encountered: