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 (2,274 stars) (399 forks)batch import
enhancementgood first issue

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