Uses of Package
org.tribuo.regression.evaluation
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
Provides classes and infrastructure for regression problems with single or multiple output dimensions.
Evaluation classes for single or multi-dimensional regression.
-
ClassDescriptionDefines methods that calculate regression performance.
-
-
ClassDescriptionDefines methods that calculate regression performance.A
EvaluationMetric
forRegressor
s which calculates the metric based on a the true values and the predicted values.An enum of the defaultRegressionMetric
s supported by the multi-dimensional regression evaluation package.The sufficient statistics for regression metrics (i.e., each prediction and each true value).