-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] DF Analytics Regression results: rerun evaluate endpoint for sea…
…rch bar queries (#50991) * update evaluate panel values * re-evaluate endpoint with subquery * wip: add document count for training/gen evaluate * add document count for training/gen evaluate continued * use toolTipIcon, remove unnecessary comment * typescript improvements * use anchorClassName instead of targetin eui class directly
- Loading branch information
1 parent
8ad045b
commit 7ca2349
Showing
10 changed files
with
695 additions
and
399 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
x-pack/legacy/plugins/ml/public/data_frame_analytics/_index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@import 'pages/analytics_exploration/components/exploration/index'; | ||
@import 'pages/analytics_exploration/components/regression_exploration/index'; | ||
@import 'pages/analytics_management/components/analytics_list/index'; | ||
@import 'pages/analytics_management/components/create_analytics_form/index'; | ||
@import 'pages/analytics_management/components/create_analytics_flyout/index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...frame_analytics/pages/analytics_exploration/components/regression_exploration/_index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import 'regression_exploration'; |
3 changes: 3 additions & 0 deletions
3
...ages/analytics_exploration/components/regression_exploration/_regression_exploration.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.mlDataFrameAnalyticsRegression__evaluateStat { | ||
padding-top: $euiSizeL; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.