Create a Kubeflow pipeline with the following steps: 1. Download the dataset from this URL: https://github.com/RHRolun/simple-training-pipeline/raw/refs/heads/main/data/demand_qty_item_loc.xlsx 2. Load and preprocess the data (if necessary). 3. 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.
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.