This document discusses linear regression parameters and how to implement linear regression in Weka. It explains that linear regression is used when the outcome is numeric and all attributes are numeric. It can express the class as a linear combination of weighted attributes. The document then reviews options specific to Weka's linear regression classifier, including producing debugging output, attribute selection methods, eliminating collinear attributes, and setting the ridge parameter.
Related topics: