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
What is the bug?
I trained a linear regression model with 5000 features and apparently when calling the _predict API only NaN values are returned.
I cannot exclude that I'm using parameters that are not ideal and as a consequence lead to the NaN predictions. I unsuccessfully tried smaller learning rates but did not experiment with all available parameters and parameter values.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
The expected behavior is to receive not only NaN values but reasonable predictions, in the given example values between 0 and 1.
What is your host/environment?
OpenSearch v 2.16.0
Do you have any screenshots?
See the linked Gist with a notebook example and the data used as features.
What is the bug?
I trained a linear regression model with 5000 features and apparently when calling the
_predict
API onlyNaN
values are returned.I cannot exclude that I'm using parameters that are not ideal and as a consequence lead to the
NaN
predictions. I unsuccessfully tried smaller learning rates but did not experiment with all available parameters and parameter values.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
The expected behavior is to receive not only
NaN
values but reasonable predictions, in the given example values between 0 and 1.What is your host/environment?
Do you have any screenshots?
See the linked Gist with a notebook example and the data used as features.
Do you have any additional context?
Initially reported in the #ml OpenSearch Slack channel: https://opensearch.slack.com/archives/C05BGJ1N264/p1731077205560749
The text was updated successfully, but these errors were encountered: