DAGWorks-Inc / hamilton

Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
https://hamilton.dagworks.io/en/latest/
BSD 3-Clause Clear License
1.83k stars 123 forks source link

[good first issue - beginner][examples] regenerate all visualizations #170

Open skrawcz opened 1 year ago

skrawcz commented 1 year ago

What

With https://github.com/DAGWorks-Inc/hamilton/pull/169 our visualizations will be more discerning.

Task

We now have stale images. Task is to regenerate all the ones we have in documentation and in the examples folders.

Examples

For each directory please:

  1. Identify what images need to be regenerated. E.g. if the image has nodes with "UD:" in it instead of "Input:". Please mark it and note which image it is if there's several.
  2. Then regenerate the image(s) for those examples, using visualize_execution using the given code. You will need to install dependencies to make the example(s) work.

Examples

bovem commented 1 year ago

Hey @skrawcz can I work on this issue? Are you referring to the visulatization inside example/ folder?

skrawcz commented 1 year ago

Sure @bovem. To confirm, yes I am talking about regenerating all the images that are in the examples folders.

Most of them were generated with the visualize_execution() function, but some weren't -- so if you get stuck let me know.

subhamc1 commented 1 year ago

Hey @skrawcz, can I work on this issue ?

skrawcz commented 1 year ago

@subhamc1 sure -- does the description make sense?

subhamc1 commented 1 year ago

@skrawcz yes, it does.

skrawcz commented 1 year ago

@skrawcz yes, it does.

Assigned!

skrawcz commented 1 year ago

@subhamc1 let me know what should be checked off please :)

subhamc1 commented 1 year ago

I did data_quality and scikit-learn.