This repository hosts materials for the CS Alumni Workshop: Is Machine Learning Suitable for your Projects. This workshop is a collaboration between the Master of Data Science, Vancouver program and the Department of Computer Science at UBC.
The module slides are available under: website/slides/
. This website is built using Quarto and you first need to install it if you want to build it locally.
Here are the steps if you want to build and render the website locally.
- Clone this repository and navigate to the repository folder.
- Create
conda
environment for the workshop using theenvironment.yml
file
conda env create -f environment.yml
- Once the environment is created successfully, activate the environment
conda activate ml-workshop
- Make the necessary changes in your slides which are located at
Intro-to-ML-workshop-2024/website/slides/
. - Once you are ready, navigate to
Intro-to-ML-workshop-2024/website
and render quarto website
quarto render