DeepLearning
LinearRegressor
construct a linear regressor
Calling Sequence
Parameters
Options
Description
Compatibility
LinearRegressor(fc,opts)
fc
-
list of FeatureColumn objects
opts
(optional) one or more keyword options described below
optimizer : function or Optimizer object
Specifies the optimizer to use to train the model. The default is the FTRL optimizer.
The LinearRegressor(fc,opts) command creates a linear classifier for the feature columns specified in fc.
This function is part of the DeepLearning package, so it can be used in the short form LinearRegressor(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[LinearRegressor](..).
The DeepLearning[LinearRegressor] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
DeepLearning[DNNLinearCombinedRegressor]
DeepLearning[DNNRegressor]
DeepLearning[LinearClassifier]
Download Help Document