Package | Description |
---|---|
org.tribuo.classification.explanations.lime |
Provides an implementation of LIME (Locally Interpretable Model Explanations).
|
org.tribuo.regression |
Provides classes and infrastructure for regression problems with single or multiple output dimensions.
|
org.tribuo.regression.evaluation |
Evaluation classes for single or multi-dimensional regression.
|
Class and Description |
---|
RegressionEvaluation
Defines methods that calculate regression performance.
|
RegressionEvaluator |
Class and Description |
---|
RegressionEvaluation
Defines methods that calculate regression performance.
|
Class and Description |
---|
RegressionEvaluation
Defines methods that calculate regression performance.
|
RegressionMetric
A
EvaluationMetric for Regressor s which calculates the metric based on a
the true values and the predicted values. |
RegressionMetrics
An enum of the default
RegressionMetric s supported by the multi-dimensional regression
evaluation package. |
RegressionSufficientStatistics
The sufficient statistics for regression metrics (i.e., each prediction and each true value).
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.