alteryx/evalml

__hash__() for PipelineBase

Open

#2,016 opened on Mar 23, 2021

 (0 comments) (0 reactions) (1 assignee)Python (93 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (852 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide