UBC-MDS / sptidy

An R package that produces a tidy output for kmeans and linear regression models evaluation!
https://ubc-mds.github.io/sptidy
Other
0 stars 3 forks source link

March 11 Meeting Notes #22

Closed heidi-ye closed 3 years ago

heidi-ye commented 3 years ago
  1. Peter and I have decided to use base R instead of Tidymodels for the tidy and augment functions. There were some issues with extracting attributes from Tidymodels 😞

  2. Documenting some clarification from Tiff/TA:

    • One file for all the R tests is fine. Some efficiencies since we don't have to import packages over and over again. This is what we decided on vs using one file per test function.
    • Need 2-3 tests per function and then roughly 3-5 edge cases per test. This is a little different than the Python version where we had 1 test function per actual function.