alteryx/evalml

__hash__() for PipelineBase

Aperta

#2016 aperta il 23 mar 2021

 (0 commenti) (0 reazioni) (1 assegnatario)Python (93 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (852 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor