We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa94ee commit 6d24e2aCopy full SHA for 6d24e2a
lit_nlp/client/services/group_service.ts
@@ -499,6 +499,7 @@ export class GroupService extends LitService {
499
getFeatureValForInput(
500
bins: NumericFeatureBins, d: IndexedInput, feature: string): string | null {
501
const isNumerical = this.numericalFeatureNames.includes(feature);
502
+ // @ts-ignore
503
return isNumerical ? this.getNumericalBinForExample(bins, d, feature) :
504
this.dataService.getVal(d.id, feature);
505
}
0 commit comments