From b5d2697b6be0e20ee6c113f27de4c165572ffa15 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Wed, 13 Apr 2022 22:07:34 -0700 Subject: [PATCH] Remove 5K limit blurb from local explanations tab (#1347) Signed-off-by: Gaurav Gupta --- libs/localization/src/lib/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/localization/src/lib/en.json b/libs/localization/src/lib/en.json index 3eea2c203d..7a9fb5c033 100644 --- a/libs/localization/src/lib/en.json +++ b/libs/localization/src/lib/en.json @@ -1309,7 +1309,7 @@ "CorrectPredictions": "Correct predictions", "GlobalExplanation": "Aggregate feature importance", "IncorrectPredictions": "Incorrect predictions", - "IndividualFeature": "Select a datapoint by clicking on a datapoint (up to 5 datapoints) in the table to view their local feature importance values (local explanation) and individual conditional expectation (ICE) plot below. For datasets with more than 5000 datapoints, the view is a random subsample to enable easy exploration.", + "IndividualFeature": "Select a datapoint by clicking on a datapoint (up to 5 datapoints) in the table to view their local feature importance values (local explanation) and individual conditional expectation (ICE) plot below.", "LocalExplanation": "Individual feature importance", "SelectionCounter": "{0}/{1} datapoints selected", "SelectionLimit": "Up to 5 datapoints can be selected at this time."