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
This issue is seen with both classification and regression scenarios.
Let's say user creates a cohort which results in the cohort having zero data points.
Then the global feature importance in model assessment keeps on loading.
We also see the following error in the console logs:-
FeatureImportanceBar.tsx:191 Uncaught TypeError: Cannot read properties of undefined (reading 'toLocaleString')
at FeatureImportanceBar.tsx:191:60
at Array.map ()
at FeatureImportanceBar.tsx:187:41
at Array.forEach ()
at FeatureImportanceBar.buildBarPlotlyProps (FeatureImportanceBar.tsx:185:33)
at FeatureImportanceBar.tsx:122:26
The text was updated successfully, but these errors were encountered:
This issue is seen with both classification and regression scenarios.
Let's say user creates a cohort which results in the cohort having zero data points.
Then the global feature importance in model assessment keeps on loading.
We also see the following error in the console logs:-
FeatureImportanceBar.tsx:191 Uncaught TypeError: Cannot read properties of undefined (reading 'toLocaleString')
at FeatureImportanceBar.tsx:191:60
at Array.map ()
at FeatureImportanceBar.tsx:187:41
at Array.forEach ()
at FeatureImportanceBar.buildBarPlotlyProps (FeatureImportanceBar.tsx:185:33)
at FeatureImportanceBar.tsx:122:26
The text was updated successfully, but these errors were encountered: