Skip to content

A random forest implementation of the pltree function from package PlackettLuce

License

Notifications You must be signed in to change notification settings

zehuiyin/plackett_luce_random_forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plackett Luce Random Forest

The plforest function uses the pltree function from the PlackettLuce R package to create a random forest based on bootstrapping and k-fold cross-validation. It takes a ranking class as the response variable and a covariate dataframe as the predictor variable. It predicts the preferred ranking of individuals for a set of objects.

The model setup is as illustrated below: plforest

About

A random forest implementation of the pltree function from package PlackettLuce

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages