WLJS LogoWLJS Notebook

PredictorMeasurements

PredictorMeasurements[predictor, testset, prop] gives measurements associated with the property prop when predictor is evaluated on testset.

  • PredictorMeasurements[predictor, testset] yields a measurement report that can be applied to any property.
  • PredictorMeasurements[data, ...] use predictions data instead of a predictor.
  • PredictorMeasurements[..., {prop1, prop2, ...}] gives properties prop1, prop2, etc.

Examples

PredictorMeasurements[trainedPredictor, testData, "RSquared"]

Please visit the official Wolfram Language Reference for more details.

On this page