SkillAgentSearch skills...

Treelib

Decision trees library and more

Install / Use

/learn @bigfootproject/Treelib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Treelib: Decision Trees for Apache SPARK

This repository focus on a possible implementation of decision trees, random forests and a series of "utilities" for Apache SPARK.

Decision trees:

  • Regression Trees are implemented based on the CART algorithm
  • Classification Trees come in two flavors: Binary Classification Trees (implemented based on CART) and Multi-way Classification Trees (implemented based on ID3).
  • Pruning follows the methodology ...
  • Random forests are implemented using ...

Have a look at our WIKI to learn more about Treelib!

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated10y ago
Forks1

Languages

Scala

Security Score

70/100

Audited on Aug 17, 2015

No findings