shaply-charts
Reactive icon

SHAPly Charts

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 28 July 2024
 by 
5.0
 (1 rating)
shaply-charts

SHAPly Charts

Documentation
1.0.0

Check the Dependency in your module:




Comments


1. AdditiveForceArrayVisualizer

  • It was implemented with D3 and Lodash libraries.
  • The Features of the input parameter Explanations is an array, whereas in SHAP it is an object.
  • It can handle a value that has more than 16 number of digits after the decimal point.


2. WaterfallChart

  • It was implemented with OutSystems Charts.
  • It triggers error when a value is more than 16 number of digits after the decimal point.


3. FeaturesToDataPointList

  • If Effect of Features is more than 16 number of digits after the decimal point, it will be converted to 16 number of digits after the decimal point for Value of DataPointList.
  • Value of Features is converted to 4 number of digits after the decimal point for Label of DataPointList.