UBC-MDS / sylvia_patrick_Titanic_Survival_ML

The Tragedy of Titanic - Machine Learning Data Analysis
1 stars 3 forks source link

Results folder organization #20

Closed LeeYinYing closed 5 years ago

LeeYinYing commented 5 years ago

Hi Patrick,

I was just wondering how do we want to organize the results folder? In general, we have three groups of result:

  1. eda (mainly figures)
  2. predictions, accuracies, ranks
  3. 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

The i"images" and "model" are sub-directories.

What do you think?

tungpatrick commented 5 years ago

Hey! Yeah I think that's a great idea. I changed it to something like that for my most recent pull request. Thanks!