kubeflow / examples

A repository to host extended examples and tutorials
Apache License 2.0
1.39k stars 751 forks source link

Examples using deprecated functions #1025

Open gpotti opened 1 year ago

gpotti commented 1 year ago

Hello,

I'm a newbie to ML and Kubeflow. I've been learning for a month now and the examples have helped a lot.

I just wanted to bring to your notice that there are several examples here that are using dsl.containerop which has been deprecated (https://github.com/kubeflow/pipelines/issues/4644). I was going through some of the examples and while setting up and learning more details, I came to know about this.

Example: https://github.com/kubeflow/examples/blob/master/openvaccine-kaggle-competition/openvaccine-kaggle-competition-kfp.ipynb

Could the examples be revisited to use the latest methods?

Thanks, Govindan