• Overview
  • Parameter tuning
  • Speeding up the training
  • FAQ
  • Development and contributions
  • Contacts

EFStrType

Enumeration with the list of supported feature importance.

The following values are supported:

  • FeatureImportance: Equal to PredictionValuesChange for non-ranking metrics and LossFunctionChange for ranking metrics (the value is determined automatically).

  • ShapValues: A vector vv with contributions of each feature to the prediction for every input object and the expected value of the model prediction for the object (average prediction given no knowledge about the object).

  • Interaction: The value of the feature interaction strength for each pair of features.

  • PredictionDiff: A vector with contributions of each feature to the RawFormulaVal difference for each pair of objects.