Clustered linear regression (CLR) is a new machine learning algorithm that improves the accuracy of classical linear regression by partitioning training space into subspaces. CLR makes some assumptions about the domain and the data set. Firstly, target value is assumed to be a function of feature values. Second assumption is that there are some linear approximations for this function in each subspace. Finally, there are enough training instances to determine subspaces and their linear approximations successfully. Tests indicate that if these approximations hold, CLR outperforms all other well-known machine-learning algorithms. Partitioning may continue until linear approximation fits all the instances in the training set — that generally occurs when the number of instances in the subspace is less than or equal to the number of features plus one. In other case, each new subspace will have a better fitting linear approximation. However, this will cause over fitting and gives less accurate results for the test instances. The stopping situation can be determined as no significant decrease or an increase in relative error. CLR uses a small portion of the training instances to determine the number of subspaces. The necessity of high number of training instances makes this algorithm suitable for data mining applications.
[1]
J. Friedman,et al.
Projection Pursuit Regression
,
1981
.
[2]
Thomas G. Dietterich.
What is machine learning?
,
2020,
Archives of Disease in Childhood.
[3]
D. Kibler,et al.
Instance-based learning algorithms
,
2004,
Machine Learning.
[4]
J. R. Quinlan.
Learning With Continuous Classes
,
1992
.
[5]
J. Freidman,et al.
Multivariate adaptive regression splines
,
1991
.
[6]
Andrew W. Moore,et al.
Locally Weighted Learning
,
1997,
Artificial Intelligence Review.
[7]
Ivan Bratko,et al.
First Order Regression
,
1997,
Machine Learning.
[8]
David W. Aha,et al.
Instance‐based prediction of real‐valued attributes
,
1989,
Comput. Intell..
[9]
Aram Karalic,et al.
Employing Linear Regression in Regression Tree Leaves
,
1992,
ECAI.
[10]
Sholom M. Weiss,et al.
Rule-based Machine Learning Methods for Functional Prediction
,
1995,
J. Artif. Intell. Res..
[11]
H. Altay Güvenir,et al.
Regression on feature projections
,
2000,
Knowl. Based Syst..