Uses of Package
org.tribuo.regression.evaluation
Packages that use 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.
-
Classes in org.tribuo.regression.evaluation used by org.tribuo.classification.explanations.limeClassDescriptionDefines methods that calculate regression performance.
-
Classes in org.tribuo.regression.evaluation used by org.tribuo.regression
-
Classes in org.tribuo.regression.evaluation used by org.tribuo.regression.evaluationClassDescriptionDefines 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).