paper-with-me

홈 › Papers

Novel Prediction Techniques Based on Clusterwise Linear Regression

2018-04-28 · Igor Gitman, Jieshi Chen, Eric Lei, Artur Dubrawski

In this paper we explore different regression models based on Clusterwise Linear Regression (CLR). CLR aims to find the partition of the data into $k$ clusters, such that linear regressions fitted to each of the clusters minimize overall mean squared error on the whole data. The main obstacle preventing to use found regression models for prediction on the unseen test points is the absence of a reasonable way to obtain CLR cluster labels when the values of target variable are unknown. In this paper we propose two novel approaches on how to solve this problem. The first approach, predictive CLR builds a separate classification model to predict test CLR labels. The second approach, constrained CLR utilizes a set of user-specified constraints that enforce certain points to go to the same clusters. Assuming the constraint values are known for the test points, they can be directly used to assign CLR labels. We evaluate these two approaches on three UCI ML datasets as well as on a large corpus of health insurance claims. We show that both of the proposed algorithms significantly improve over the known CLR-based regression methods. Moreover, predictive CLR consistently outperforms linear regression and random forest, and shows comparable performance to support vector regression on UCI ML datasets. The constrained CLR approach achieves the best performance on the health insurance dataset, while enjoying only $\approx 20$ times increased computational time over linear regression.

📄 PDF Abstract BibTeX arXiv:1804.10742

Code (1)

Kipok/clr_prediction 공식 구현

Tasks

Predictionregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

A Generalized Framework for Predictive Clustering and Optimization

2023-05-07 · Aravinth Chembu, Scott Sanner

Clustering is a powerful and extensively used data science tool. While clustering is generally thought of as an unsupervised learning technique, there are also supervised variations such as Spath's clusterwise regression…

Clusteringglobal-optimizationregression

Topology-based Clusterwise Regression for User Segmentation and Demand Forecasting

2020-09-08 · Rodrigo Rivera-Castro, Aleksandr Pletnev, Polina Pilyugina, Grecia Diaz 외

Topological Data Analysis (TDA) is a recent approach to analyze data sets from the perspective of their topological structure. Its use for time series data has been limited. In this work, a system developed for a leading…

Cloud ComputingClusteringDemand Forecastingregression+3

Evaluation of Tree Based Regression over Multiple Linear Regression for Non-normally Distributed Data in Battery Performance

2021-11-03 · Shovan Chowdhury, Yuxiao Lin, Boryann Liaw, Leslie Kerby

Battery performance datasets are typically non-normal and multicollinear. Extrapolating such datasets for model predictions needs attention to such characteristics. This study explores the impact of data normality in bui…

BIG-bench Machine Learningregression

Integration of Feature Selection Techniques using a Sleep Quality Dataset for Comparing Regression Algorithms

2023-03-04 · Sai Rohith Tanuku, Venkat Tummala

This research aims to examine the usefulness of integrating various feature selection methods with regression algorithms for sleep quality prediction. A publicly accessible sleep quality dataset is used to analyze the ef…

feature selectionPredictionregressionSleep Quality+1

Prediction Intervals and Confidence Regions for Symbolic Regression Models based on Likelihood Profiles

2022-09-14 · Fabricio Olivetti de Franca, Gabriel Kronberger

Symbolic regression is a nonlinear regression method which is commonly performed by an evolutionary computation method such as genetic programming. Quantification of uncertainty of regression models is important for the …

Decision MakingPrediction IntervalsregressionSymbolic Regression