You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipe summary is a list of dictionaries. The entities in the list do not necessarily represent the order of connections and hence It can be challenging to navigate through the list. The visualization is certainly very helpful in that regards.
However, it would be better to use keras like model.summary.
The text was updated successfully, but these errors were encountered:
pushkarjain
changed the title
Better summarization of pipe.
Request for a better form of pipenet step (dict instead of list)
Nov 27, 2019
pushkarjain
changed the title
Request for a better form of pipenet step (dict instead of list)
Request for better summarization of pipenet steps
Nov 27, 2019
@pushkarjain Thanks for the suggestion. Our current design is to use plot_flowchart() to visualize/summarize a pipenet/pipeline object. However, I do agree with you a summary in text/tabular form like the model summary in Keras could be useful in some circumstances. We will add it into the roadmap of next release.
The pipe summary is a list of dictionaries. The entities in the list do not necessarily represent the order of connections and hence It can be challenging to navigate through the list. The visualization is certainly very helpful in that regards.
However, it would be better to use keras like
model.summary
.The text was updated successfully, but these errors were encountered: