Performs Generalized Linear Regression (GLR) to generate predictions or to model a dependent variable in terms of its relationship to a set of explanatory variables. This tool can be used to fit continuous (Gaussian), binary (logistic) and count (Poisson) models.
Specifies the operation mode of the tool. The tool can be run to train a model to only assess performance, or train a model and predict to features. Prediction types are as follows:
Use this mode if you want to fit a model, and investigate the fit.
With this choice the model will be trained using an input layer. Use this option to assess the accuracy of your model before generating predictions on a new dataset. This option will output model diagnostics apply the model to your training data.
Use this mode if you want to fit a model, and apply the model to the dataset to generate predictions.
Predictions or classifications will be generated for features. The output of this option will be a feature service, model diagnostics, and an optional table of variable importance.
The layer containing point, line, area, or tabular features that contain the dependent and explanatory variables.
In addition to choosing a layer from your map, you can choose Choose Analysis Layer at the bottom of the drop-down list to browse to your contents for a big data file share dataset or feature layer.
The numeric field containing the observed values to be modeled and the type of value you are modelling. There are three types of values you can model
A layer with features representing locations where estimates should be computed. Each feature in this dataset should contain values for all the explanatory variables specified. The dependent variable for these features will be estimated using the model calibrated for the input layer.
One or more fields representing the explanatory variables (fields) that help predict the value. Only numeric fields will be visible.
How the corresponding variables in the input layer will match the variables in the prediction layer. Only the variables used in generating the model will be included in the table. Only numeric values can be used.
The name of the layer that will be created. If you are writing to an ArcGIS Data Store, your results will be saved in My Content and added to the map. If you are writing to a big data file share, your results will be stored in the big data file share and added to its manifest. It will not be added to the map. The default name is based on the tool name and the input layer name. If the layer already exists, the tool will fail.
The results returned will depend on the type of analysis. If you are fitting to assess model fit, results will contain a layer of input data fit to the model and result info assessing the model fit. If you are fitting and predicting, results will contain a layer of the input data fit to the model, a layer of predicted results, and result info assessing the model fit.
When writing to ArcGIS Data Store (relational or spatiotemporal big data store) using the Save result in drop-down box, you can specify the name of a folder in My Content where the result will be saved.