-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Forever loading indicators in regression job list and results #71993
Comments
Pinging @elastic/ml-ui (:ml) |
@przemekwitek please could you investigate where the NaNs are coming from. Maybe we calculate You can get the data set into an Elasticsearch you've built locally by also building and running Kibana locally using |
@peteharverson: IIUC the issue with MSLE metric returning |
@przemekwitek the UI side will be changed, but please can you investigate and check that the cause is that one of the predicted values was -1. If it was then it's true that no backend changes can really be made, and it's just that the loss function is incompatible with negative numbers. But there may be a bug somewhere instead that could affect usage on data sets where MSLE is a valid and sensible loss function to use. |
I'll do that and will posts the results here. |
I was able to reproduce the issue on the flights dataset. While the ground truth field value (
I don't think the metric can return anything more sensible than NaN in this case so IMO we should allow it and handle correctly in the UI. |
I agree. Thanks for investigating @przemekwitek. |
Kibana version:
7.9.0 (first build candidate)
Elasticsearch version:
7.9.0 (first build candidate)
Server OS version:
MacOS 10.15
Browser version:
Safari 13.1
Describe the bug:
If I create a regression job by following the Kibana-specific steps in this tutorial (https://www.elastic.co/guide/en/machine-learning/7.x/flightdata-regression.html), I do not receive evaluation results. Instead, I see the same "loading indicators" as mentioned in #69422. However, if I run the evaluate API from the console, it returns results successfully there.
I have also replicated this problem on master last week.
Steps to reproduce:
Expected behavior:
I expected results as in previous releases (shown here): https://www.elastic.co/guide/en/machine-learning/7.x/flightdata-regression.html#flightdata-regression-results
Something equivalent to what's returned by the API. For example:
Screenshots (if relevant):
Job creation:
Missing evaluation details from the job management page:
Missing evaluation details from the results page:
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: