Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pipeline Diagrams #113

Closed
csala opened this issue Dec 5, 2019 · 0 comments · Fixed by #125
Closed

Pipeline Diagrams #113

csala opened this issue Dec 5, 2019 · 0 comments · Fixed by #125
Assignees
Milestone

Comments

@csala
Copy link
Contributor

csala commented Dec 5, 2019

Add a get_diagram method to MLPipeline which outputs a visual representation of the pipeline flow as a Graphviz diagram.

The diagram should include:

  • The Pipeline Steps, including the step and primitive names
  • The Pipeline Inputs and Outputs
  • A visual representation of the context
  • The block inputs and outputs, including both the names that the MLBlock sees and the variable names when storing the values in the context

The method should have the following arguments:

  • fit: boolean value indicating whether to include the fit arguments or not. Defaults to True.
  • image_path: path to where the diagram image will be stored. If None, a graphviz.Digraph object is returned. Defaults to None.

See the following references:

@erica-chiu erica-chiu mentioned this issue Mar 4, 2020
@csala csala added this to the 0.4.0 milestone Dec 22, 2020
gsheni pushed a commit that referenced this issue Aug 29, 2022
…as-version

Remove upper bound in pandas version
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants