Skip to content

Commit

Permalink
[ML] Refactor outlier detection to use DataGrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 15, 2020
1 parent 9d1f39d commit 4665c49
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 381 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const useDataGrid = (columns: EuiDataGridColumn[]) => {
setNoDataMessage,
setPagination,
setRowCount,
setSortingColumns,
setStatus,
setTableItems,
setVisibleColumns,
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { DataFrameAnalyticsConfig } from '../../../../common';

const OUTLIER_SCORE = 'outlier_score';
export const OUTLIER_SCORE = 'outlier_score';

export const getOutlierScoreFieldName = (jobConfig: DataFrameAnalyticsConfig) =>
`${jobConfig.dest.results_field}.${OUTLIER_SCORE}`;
Loading

0 comments on commit 4665c49

Please sign in to comment.