henryzord / ardennes

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

Capture metadata #5

Closed henryzord closed 7 years ago

henryzord commented 7 years ago

When running an evolutionary procedure, capture some metadata for further comparison, such as running time, model accuracy, the model itself, and other related information.

henryzord commented 7 years ago

The metadata must be displayed using the plotly library. Capture metadata in the three different levels:

  1. individual;
  2. n-execution of a single fold; and
  3. fold-comprehensive
henryzord commented 7 years ago

In the individual level, capture both fitness and tree size.

henryzord commented 7 years ago

As for 4dd619fc66b2a5e9ff471a995ab7633d10c8f37c, it is already capturing metadata at three levels: