Linear models
Linear models predict a continuous target based on linear relationships between the target and one or more predictors.
Linear models are relatively simple and give an easily interpreted mathematical formula for scoring. The properties of these models are well understood and can typically be built very quickly compared to other model types (such as neural networks or decision trees) on the same dataset.
To know more, go to Base Edition> Core Features>Linear Models