h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Need glm to have score()

Open pseudotensor opened this issue 8 years ago • 0 comments

http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html#sklearn.linear_model.LinearRegression

Parameters: X : array-like, shape = (n_samples, n_features)Test samples.y : array-like, shape = (n_samples) or (n_samples, n_outputs)True values for X.sample_weight : array-like, shape = [n_samples], optionalSample weights.
score : floatR^2 of self.predict(X) wrt. y.

pseudotensor avatar Sep 06 '17 22:09 pseudotensor