PredictorInformation

As of Version 12.0, PredictorInformation has been superseded by Information.

PredictorInformation[predictor]

generates a report giving information on the predictor function predictor.

PredictorInformation[predictor,prop]

gives information for predictor associated with property prop.

Details

  • The predictor is typically a PredictorFunction object as generated by Predict.
  • Properties available from PredictorInformation include:
  • "BatchEvaluationTime"marginal time to predict one example when a batch is given
    "EvaluationTime"time needed to predict one example
    "ExampleNumber"number of training examples
    "FeatureTypes"feature types of the predictor input
    "FunctionMemory"memory needed to store the predictor
    "FunctionProperties"all prediction properties available for this predictor
    "IndeterminateThreshold"value of IndeterminateThreshold used by the predictor
    "LearningCurve"performance as function of training set size
    "MaxTrainingMemory"maximum memory used during training
    "MeanCrossEntropy"estimated mean cross entropy of the predictor
    "Method"value of Method used by the predictor
    "MethodDescription"summary of the method
    "MethodOption"full method option to be reused in a new training
    "Properties"all information properties available for this predictor
    "StandardDeviation"estimated standard deviation of the predictor
    "TrainingTime"time used by Predict to generate the predictor
    "UtilityFunction"value of UtilityFunction used by the predictor

Examples

open allclose all

Basic Examples  (2)

Train a predictor:

Obtain general information about the predictor:

Information properties available for this predictor:

Prediction properties available for this predictor:

Train a predictor:

Display the information panel:

Only display the learning curve:

Scope  (2)

Train a linear predictor:

Get a pure function for the prediction task:

Get a pure function giving the predictor distribution:

Train a nearest-neighbors predictor:

Get a short description of the method:

Obtain a few parameters about the classifier:

Wolfram Research (2014), PredictorInformation, Wolfram Language function, https://reference.wolfram.com/language/ref/PredictorInformation.html (updated 2018).

Text

Wolfram Research (2014), PredictorInformation, Wolfram Language function, https://reference.wolfram.com/language/ref/PredictorInformation.html (updated 2018).

CMS

Wolfram Language. 2014. "PredictorInformation." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2018. https://reference.wolfram.com/language/ref/PredictorInformation.html.

APA

Wolfram Language. (2014). PredictorInformation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PredictorInformation.html

BibTeX

@misc{reference.wolfram_2024_predictorinformation, author="Wolfram Research", title="{PredictorInformation}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/PredictorInformation.html}", note=[Accessed: 23-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_predictorinformation, organization={Wolfram Research}, title={PredictorInformation}, year={2018}, url={https://reference.wolfram.com/language/ref/PredictorInformation.html}, note=[Accessed: 23-April-2024 ]}