Skip to content

MMuGitHub/fabOF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabOF: Frequency-Adjusted Borders Ordinal Forest

Introduction

Frequency-Adjusted Borders Ordinal Forest (fabOF; Buczak, 2024a) is a tree ensemble method for ordinal prediction. Similar to Ordinal Forest (OF; Hornung, 2020), fabOF assigns numeric scores and category borders to the ordinal response categories and fits a regression random forest (RF; Breiman, 2001) on these numeric scores. In contrast to OF, fabOF does not require an optimization procedure and instead relies on a frequency-based heuristic to derive its category borders (for more details, see Buczak, 2024). For fitting the RF model, the ranger R package (Wright & Ziegler, 2017) is used. For ordinal prediction with hierarchical data, Mixed-Effects Frequency-Adjusted Borders Ordinal Forest (mixfabOF; Buczak, 2024b) is implemented.

Installation

The fabOF R package can be installed using the devtools R package through the following commands

library(devtools)
devtools::install_github("phibuc/fabOF") 

References

About

fabOF: frequency adjusted borders Ordinal Forest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%