salesforce/TransmogrifAI

Improve test coverage for transformers & estimators

Open

#278 opened on Apr 11, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Scala (399 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (2,274 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Problem Some of our transformers & estimators are not thoroughly tested or not tested at all.

Solution Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.

Contributor guide