zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
499 stars 192 forks source link

implement GBRT ensembles #188

Closed zenogantner closed 5 years ago

zenogantner commented 12 years ago

Implement ensembles based on gradient-boosted regression trees.

For that, we need a C# implementation of GBRT. The Accord.NET framework would be starting point, as it already contains implementations of ID3 and C4.5: http://crsouza.blogspot.com/2012/01/decision-trees-in-c.html

http://en.wikipedia.org/wiki/Gradient_boosting

zenogantner commented 5 years ago

Will not do this unless there is a specific need.