Model Coefficients Tool

The Model Coefficients tool creates a table of model coefficient names and values. In some situations a user may be interested in extracting the model coefficients from a standard Alteryx Count, Gamma, Linear, or Logistic Regression model (models that fall into the Generalized Linear Model family) either to create customized reports, or to use in downstream calculations (a process which can be error prone, and for which the Score tool typically provides a safer and more reliable solution).

While many users will find this tool useful in its own right, one of the objectives for the tool is to provide an easy to understand example of how to create an R based Alteryx macro.

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

Input

An Alteryx data stream containing a predictive model object created by the standard Alteryx Count, Gamma, Linear, and Logistic regression tools.

Configuration Properties

This tool requires no configuration.

Output

The tool provides an Alteryx data stream that contains two fields, "Variable", the name of the model variable, and "Coefficient", the estimated coefficient for that variable.