arsbar24 / STAT545-hw-barton-alistair

Alistair's Assignments for STAT 545A
0 stars 0 forks source link

hw09 ready for grading #9

Open arsbar24 opened 6 years ago

arsbar24 commented 6 years ago

Link to summary/reflections (good place to start)

Link to package

swynes commented 6 years ago

Hi there,

Very good job on the package. Unfortunately I don't have the background in machine learning to really evaluate the usefulness of your functions but I can say that the code is readable despite being fairly complex. I especially like how you included several if statements and how they contained feedback that was straightforward (other R error messages are often so cryptic).

In terms of other necessary components, you included a README, a vignette, and tests. Other small details like the inclusion of a license were also spot on.

Overall great work and good luck on the last assignment!

santiagodr commented 6 years ago

Hi @arsbar24, here are my comments!

derekcho commented 6 years ago

Hi @arsbar24, here are some comments about your hw09:

Able to install properly: Yes At least one new function: Yes Used assertions to check function input: Yes Documented exported functions: Yes Includes three unit tests for each function: Yes Passes check: Yes README and vignette: Yes Reflections included: Yes

Your grade will be emailed to you at a later date.