JasonDCox / ML-Mentorship-GovSchool

0 stars 0 forks source link

Combine kNN Output into Single Markdown File #10

Closed gavinjalberghini closed 2 years ago

gavinjalberghini commented 3 years ago

Description: Currently your algorithm should be outputting the metrics and graphics separately. For this task, modify your kNN.py to produce a single markdown file containing all outputs. Reference #5 for markdown resources.

Acceptance Criteria: Your kNN.py script produces a single markdown file containing all specified information. An example output file is pushed into GitHub with your source code. Please use the following naming conventions: /kNN.py /output.md

markdown cheat sheet - https://www.markdownguide.org/cheat-sheet/ markdown cheat sheet - https://commonmark.org/help/

NOTE: Remember that for your image you will need to upload to GitHub in order to imbed into your markdown. If you already know the file location of where your image will live you can insert the link into your md file within you python script.

brandonC1234 commented 2 years ago

Complete - Brandon

JasonDCox commented 2 years ago

Complete - Jason