mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
Updating package level details
This commit is contained in:
parent
7f8ce6d113
commit
ae2338c2c1
@ -11,6 +11,14 @@
|
||||
present, so discretise beforehand (see
|
||||
filters)
|
||||
|
||||
CART (Classification and Regression Trees):
|
||||
Builds a binary decision tree using the CART algorithm
|
||||
using a greedy approach to find the best split at each node.
|
||||
|
||||
Can be used for regression and classficiation.
|
||||
Attributes have to be FloatAttributes even for classification.
|
||||
Hence, convert to Integer Labels before hand for Classficiation.
|
||||
|
||||
RandomTree:
|
||||
Builds a decision tree using the ID3 algorithm
|
||||
by picking the Attribute amongst those
|
||||
|
Loading…
x
Reference in New Issue
Block a user