8000 GitHub - yijing609/morfist: Multi-target Random Forest implementation that can mix both classification and regression tasks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from donlnz/morfist

Multi-target Random Forest implementation that can mix both classification and regression tasks

License

Notifications You must be signed in to change notification settings

yijing609/morfist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morfist: mixed-output-rf

Multi-target Random Forest implementation that can mix both classification and regression tasks.

Morfist implements the Random Forest algorithm (Breiman, 2001) with support for mixed-task multi-task learning, i.e., it is possible to train the model on any number of classification tasks and regression tasks, simultaneously. Morfist's mixed multi-task learning implementation follows that proposed by Linusson (2013).

  • Breiman, L. (2001). Random forests. Machine learning, 45(1), 5-32.
  • Linusson, H. (2013). Multi-output random forests.

TODO:

  • Some amount of documentation.
  • Speed up the learning algorithm implementation (morfist is currently much slower than the Random Forest implementation available in scikit-learn)

About

Multi-target Random Forest implementation that can mix both classification and regression tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0