henryzord / ardennes

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

Add support to folds and partition #29

Closed henryzord closed 7 years ago

henryzord commented 7 years ago

Currently, ardennes only receives the full dataset as input and operates over it (i.e. splits into folds or partitions). Make it support folders with a given format, for predetermined folds/partitions.

henryzord commented 7 years ago

Implemented in c56b79d537c536a16c477b0bde0c7dfeea53d41d.