Stevedev7 / black-friday-vertexai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackfriday product price

An end to end machine learning pipeline to predict product price. This pipeline runs on Google Cloud Platform's Vertex AI.

Run the pipeline on GCP

  1. Create a Vertex AI Workbench Notebook instance.
  2. Start the notebook and clone the repository.
  3. Run the first 3 notebook cells to install dependencies.
  4. Replace the BUCKET_NAME variable in the 6th cell with your own bucket.
  5. Upload the dataset in a gs bucket and change the dataset location in the get_data component with your own dataset location.
  6. In line number 16 of deploy component, replace the PROJECT_ID variable with your own project id.
  7. Run the rest of the cells once the kernel restarts.
  8. Scroll down to the last cell and click on the link in the output box of the last cell to veiw the pipeline.git clo

About


Languages

Language:Jupyter Notebook 100.0%