Linear Regressor

This module belongs to the " Machine Learning algorithms" category.

The Linear Regressor module outputs a parameterizable and trainable linear regression model.

The linear regressor can be fit and normalized to boolean.

The linear regressor is one of the most popular ML models . Apart from being able to be fitted and normalized , the module's functionality offers the possibility to copy the features.

The number of jobs can also be varied.

Last updated

Was this helpful?