I was just wondering how do we want to organize the results folder? In general, we have three groups of result:
eda (mainly figures)
predictions, accuracies, ranks
model
So I was thinking of a structure like this:
results
|---images
|---> All figures and images generated
|---model
|---> all files and images related to the classification tree model
|-> Everything else
Hi Patrick,
I was just wondering how do we want to organize the results folder? In general, we have three groups of result:
So I was thinking of a structure like this:
results |---images |---> All figures and images generated |---model |---> all files and images related to the classification tree model |-> Everything else
The i"images" and "model" are sub-directories.
What do you think?