There are two OHE in the graph but because we print the official component name, we do not know which OHE is referring to what (3 + 4). We should consider using or appending the name of the component as referenced by the ComponentGraph.
Yeah, not ideal. Almost makes me wonder if we should deprecate describe(). Users can get details from pipeline parameters and component graph / graphviz visualization. Thoughts?
When there are duplicate components, it is difficult to understand which component is being referenced by
describe()
.returns:
There are two OHE in the graph but because we print the official component name, we do not know which OHE is referring to what (3 + 4). We should consider using or appending the name of the component as referenced by the ComponentGraph.