EnhancementGood First Issue
仓库指标
- 星标
- (1,215 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Introduction 'random_state' parameter should be introduced in order to provide control to random seed value that is used during the processing.
Description
-
random_stateparameter should be passed via**kwargsin__init__toemaand used by the algorithm. - Implement test that demonstrates that two runs bring the same result.