RegressionExperimentResultExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods that operate over regression experiment run results.
public static class RegressionExperimentResultExtensions
type RegressionExperimentResultExtensions = class
Public Module RegressionExperimentResultExtensions
- Inheritance
-
RegressionExperimentResultExtensions
Methods
Best(IEnumerable<CrossValidationRunDetail<RegressionMetrics>>, RegressionMetric) |
Select the best run from an enumeration of experiment cross validation runs. |
Best(IEnumerable<RunDetail<RegressionMetrics>>, RegressionMetric) |
Select the best run from an enumeration of experiment runs. |