salesforce/TransmogrifAI
Improve test coverage for transformers & estimators
オープン
#278 opened on 2019/04/11
enhancementgood first issue
Repository metrics
- Stars
- (2,274 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.