-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Create a Kubeflow pipeline with the following steps:
-
Download the dataset from this URL:
https://github.com/RHRolun/simple-training-pipeline/raw/refs/heads/main/data/demand_qty_item_loc.xlsx -
Load and preprocess the data (if necessary).
-
Train a model using the dataset.
Use Python SDK (e.g., KFP v2) to define the pipeline, and structure each step as a separate component.