Closed rnowling closed 9 years ago
Following the approach used in scikit-learn, I made the calculation of the intercept optional in the Linear Regression. I added a test covering both cases and a precondition that verifies that we have enough vectors.
The centering functionality is already provided in pre-processing.
Following the approach used in scikit-learn, I made the calculation of the intercept optional in the Linear Regression. I added a test covering both cases and a precondition that verifies that we have enough vectors.