Missing Tests
JamesYang007 opened this issue · 0 comments
JamesYang007 commented
-
grpnet
- gaussian
- multigaussian
- binomial
- multinomial
- GLM objects
- Each glm type can have its own specific set of tests.
- Every glm needs to pass the "common" test, which tests the API (similar to how matrix classes are done). Pass two objects: our object + test object. Both implement the same interface. Common test runs each API call and makes sure they agree.
-
diagnostic tools