DeepLearning[Estimator]
Predict
make predictions from a estimator
Calling Sequence
Parameters
Options
Description
Compatibility
est:-Predict(input,opts)
est
-
an Estimator object
input
DataFrame or listlist
opts
zero or more options as specified below
shuffle=truefalse
Indicates whether the input data should be randomly shuffled prior to generating a prediction.
The Predict(input,opts) command generates a prediction from a trained Estimator on data specified in input.
For examples, see Estimator.
The DeepLearning[Estimator][Predict] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
Estimator
Download Help Document