An Approximation Method for Fitted Random Forests

07/05/2022
by   Sai K. Popuri, et al.
0

Random Forests (RF) is a popular machine learning method for classification and regression problems. It involves a bagging application to decision tree models. One of the primary advantages of the Random Forests model is the reduction in the variance of the forecast. In large scale applications of the model with millions of data points and hundreds of features, the size of the fitted objects can get very large and reach the limits on the available space in production setups, depending on the number and depth of the trees. This could be especially challenging when trained models need to be downloaded on-demand to small devices with limited memory. There is a need to approximate the trained RF models to significantly reduce the model size without losing too much of prediction accuracy. In this project we study methods that approximate each fitted tree in the Random Forests model using the multinomial allocation of the data points to the leafs. Specifically, we begin by studying whether fitting a multinomial logistic regression (and subsequently, a generalized additive model (GAM) extension) to the output of each tree helps reduce the size while preserving the prediction quality.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/23/2022

Consistency of The Oblique Decision Tree and Its Random Forest

The classification and regression tree (CART) and Random Forest (RF) are...
research
12/03/2014

Deep Distributed Random Samplings for Supervised Learning: An Alternative to Random Forests?

In (zhang2014nonlinear,zhang2014nonlinear2), we have viewed machine lear...
research
02/18/2018

Training Big Random Forests with Little Resources

Without access to large compute clusters, building random forests on lar...
research
12/04/2016

Algorithmic Songwriting with ALYSIA

This paper introduces ALYSIA: Automated LYrical SongwrIting Application....
research
10/08/2022

Accurate Small Models using Adaptive Sampling

We highlight the utility of a certain property of model training: instea...
research
04/23/2019

Regression-Enhanced Random Forests

Random forest (RF) methodology is one of the most popular machine learni...
research
02/23/2021

Provable Boolean Interaction Recovery from Tree Ensemble obtained via Random Forests

Random Forests (RF) are at the cutting edge of supervised machine learni...

Please sign up or login with your details

Forgot password? Click here to reset