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
Function decision_function is deprecated [decision_function was removed from regressors]
DataDimensionalityWarning in random_projection. Not sure if the test should just ignore those or we should have different defaults? ping @ogrisel
"Default 'multioutput' behavior now corresponds to 'variance_weighted' value" not sure if there is a way around these? ping @arjoly@jnothman ?
"The decision_function_shape default value will change from 'ovo' to 'ovr' in 0.18. This will change the shape of the decision function returned by SVC." SVC has a new decision_function shape. Should either be ignored or the shape should be set to ovr explicitly for now.
ConvergenceWarning: Objective did not converge. These are in coordinate_decent in the linear models. I'm not sure when they started showing up. Maybe @agramfort knows?
There are way too many warnings in the test suite, see https://travis-ci.org/scikit-learn/scikit-learn/jobs/74122431
ovrexplicitly for now.