alteryx/evalml

__hash__() for PipelineBase

オープン

#2,016 opened on 2021/03/23

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Python (93 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (852 個のスター)
PR merge metrics
 (PR metrics pending)

説明

@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.

コントリビューターガイド