StatCan / aaw-contrib-jupyter-notebooks

Jupyter Notebooks to be used with Advanced Analytics Workspace platform
Other
10 stars 13 forks source link

feat(kfp): Add two kfp examples with reusable/lightweight components #23

Closed ca-scribner closed 4 years ago

ca-scribner commented 4 years ago

Adds two variants on the map-reduce pipeline. Both use lightweight components, support user-specified n_samples at runtime, and store data in minio. One uses lightweight components written to interact with minio directly, the other uses reusable components from elsewhere.

ca-scribner commented 4 years ago

closes #24