Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 5.56 KB

Log of improvements made based on milestone and peer review feedback

Improvements made based on Milestone 1 feedback

Improvements made based on Milestone 2 feedback

Improvements made based on peer review feedback

  • "In the git repository, I noticed that the scripts are currenyly put under the src directory. To further enhance the project structure, maybe you can try to put all scripts into one separate script folder instead." https://github.com/UBC-MDS/fifa-potential/commit/87f37282aa99cb2c70ec8b19c4edd674f494fc4f Moved scripts 01 through 05 from src/ to scripts/. Updated function imports and references.

  • "All the models, figures amnd tables are put into one result folder which is very nice. However, it may be better to create separate 'tables', 'figures', and 'models' under result folder to enhance project structure." https://github.com/UBC-MDS/fifa-potential/commit/7d4b174ca5aec93dcb01811d54009f79309dd6ae Split contents of results folder into results/figures, results/tables, and results/models. Updated references in Jupyter Book, all scripts, and Makefile

  • "It was good that you tried out several models and represented the results from those models. Just curious about why the Decision Tree model was not being used given that the validation results seemed to be better, although it was overfitting. Did you try experimenting with the hyperparameters to check and see if they give better results than your SVM model?" https://github.com/UBC-MDS/fifa-potential/commit/a6c437c2e2a3f02610e44829b70803a9d431027d Rationalized in more detail the choice of model used for analysis after model selection phase.

  • Peer Review feedback suggested a need for more detailed information for contributors. #53 Updated README to include more details on running the project for new contributors.

  • "I personally find it preferable (though I acknowledge that Tiff might not include it in her repository either) to have the link to the rendered HTML also included in the 'About' section. This way, you don't have to search for it in the README first, but, is probably just my personal preference." https://github.com/UBC-MDS/fifa-potential/commit/08523f43017200be608119de036e23e1a2286bad The link to the rendered report was added in the README and also in the about section of the repo.

Improvements made based on our own judgement