alteryx/evalml

__hash__() for PipelineBase

開放

#2,016 建立於 2021年3月23日

 (0 則留言) (0 個反應) (1 位負責人)Python (93 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (852 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

@chukarsten commented on Wed Mar 17 2021

To allow a quick comparison of Pipelines in collections that require hashable objects, e.g. set([pipeline_a, pipeline_b, pipeline_c]) == set(pipelines), we should define __hash__() for the PipelineBase.

貢獻者指南