Skip to content

Update train.py - #392

Open
Mohammed Salama (dataubc) wants to merge 1 commit into
microsoft:masterfrom
dataubc:patch-1
Open

Update train.py#392
Mohammed Salama (dataubc) wants to merge 1 commit into
microsoft:masterfrom
dataubc:patch-1

Conversation

@dataubc

Copy link
Copy Markdown

The order of y_true, y_pred is reversed
sklearn.metrics.mean_squared_error(y_true, y_pred, *, sample_weight=None, multioutput='uniform_average', squared=True)

sklearn.metrics.mean_squared_error(y_true, y_pred, *, sample_weight=None, multioutput='uniform_average', squared=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant