henryzord / ardennes

An Estimation of Distribution Algorithm for Decision-Tree Induction.
5 stars 1 forks source link

Randomly pick instances for decision tree induction #28

Closed henryzord closed 7 years ago

henryzord commented 7 years ago

Instead of using a pre-defined training and validation sets (we are not talking about test -- it is sacred!), why not sample them in runtime, and infer the trees based on those sampled sets?

henryzord commented 7 years ago

Won't be necessary anymore.