alteryx/evalml

__hash__() for PipelineBase

Offen

#2.016 geöffnet am 23.03.2021

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (93 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

@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