Skip to content

Proof of concept of kernelized random forests in R

Notifications You must be signed in to change notification settings

lucabergen/kernelRF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleRF

Marvin N. Wright

Description

Implements random forests (RF, Breiman 2001) with emphasis on simplicity. Uses reference classes and only plain R. Not optimized for computation speed. Allows rapid prototyping of RF-type algorithms.

For a runtime-optimized random forest implementation, see ranger.

TODO

Features:

  • Use a standard predict() function
  • ...

Technical stuff:

  • Software tests
  • Profile the code. Possible to make it faster without losing simplicity?

Be careful, this package is not extensively tested!

About

Proof of concept of kernelized random forests in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 100.0%