5.2.4 Regression Algorithms Supported
This topic describes the information about the regression algorithms supported in the framework.
The following algorithm are available as part of the framework.
Table 5-3 List of Algorithm
| S.No | ALGORITHM | REMARKS | 
|---|---|---|
| 1 | GENRALIZED LINEAR REGRESSION | Also handles RIDGE regression depending on the underlying pattern of data. | 
| 2 | SUPPORT VECTOR MACHINE | Supports both linear and gaussian kernels. | 
| 3 | NEURAL NETWORK | Uses default 1 layer with number of nodes <= 50 | 
Note:
The users have the flexibility to select a specific algorithm or keep it as NULL for the framework to evaluate and best fit the algorithm to the underlying data.Parent topic: Frameworks Supported