Relational Boosted Regression Trees
Databases
2021-07-28 v1 Data Structures and Algorithms
Machine Learning
Abstract
Many tasks use data housed in relational databases to train boosted regression tree models. In this paper, we give a relational adaptation of the greedy algorithm for training boosted regression trees. For the subproblem of calculating the sum of squared residuals of the dataset, which dominates the runtime of the boosting algorithm, we provide a -approximation using the tensor sketch technique. Employing this approximation within the relational boosted regression trees algorithm leads to learning similar model parameters, but with asymptotically better runtime.
Keywords
Cite
@article{arxiv.2107.12373,
title = {Relational Boosted Regression Trees},
author = {Sonia Cromp and Alireza Samadian and Kirk Pruhs},
journal= {arXiv preprint arXiv:2107.12373},
year = {2021}
}