Predict - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DeepLearning[Estimator]

  

Predict

  

make predictions from a estimator

 

Calling Sequence

Parameters

Options

Description

Compatibility

Calling Sequence

est:-Predict(input,opts)

Parameters

est

-

an Estimator object

input

-

DataFrame or listlist

opts

-

zero or more options as specified below

Options

• 

shuffle=truefalse

Indicates whether the input data should be randomly shuffled prior to generating a prediction.

Description

• 

The Predict(input,opts) command generates a prediction from a trained Estimator on data specified in input.

• 

For examples, see Estimator.

Compatibility

• 

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