Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 411 Bytes

notes.md

File metadata and controls

7 lines (6 loc) · 411 Bytes

for key in stats_dict.keys():

  1. Reduce main function to if-else statements and one function call for each condition
  2. Split PLATIPUS and MAML code into separate files
  3. Cross-validation and Active learning in separate files
  4. Any common code repeated in multiple files can go to utils
  5. Plotting functions should go in a separate file