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.

贡献者指南