Skip to content
/ mlba Public

Official repository for the Machine Learning in Business Analytics course taught at HEC Lausanne.

Notifications You must be signed in to change notification settings

do-unil/mlba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d4baab · Mar 17, 2025
Mar 1, 2025
Feb 13, 2024
Mar 2, 2025
Feb 13, 2024
Mar 17, 2025
Mar 13, 2025
Feb 14, 2025
Feb 14, 2025
Mar 6, 2024
Mar 1, 2025
Mar 2, 2025
Mar 6, 2024
Mar 2, 2025
Mar 2, 2025
Feb 15, 2024
Feb 18, 2024
Feb 13, 2024
Feb 16, 2025
Feb 13, 2024
Mar 1, 2025
Mar 2, 2025
Mar 1, 2025
Mar 2, 2025

Repository files navigation

Official repository for MLBA Spring 2025 website

Official repository for the Machine Learning in Business Analytics course taught at HEC Lausanne.

Instructions to get the website up and running

We use renv for package management. When running the website for the first time, execute the following from R (at the root of the project with mlba.Rproj):

renv::restore()

To install the python packages, following labs/00_lab/setup.qmd instructions. Alternaitvely, you can install everything via conda env create -f environment.yml from the root of the project.

It prompts whether you would like to activate and install the packages, and you must select the option (1) to do so. The command above installs the packages from the renv.lock file. Then run the following to start the website from the command line/terminal (unless you're using Rstudio, in which can go to Build > Render Website to render everything at once).

quarto preview

To update the website, without previewing it, run the following:

quarto render

About

Official repository for the Machine Learning in Business Analytics course taught at HEC Lausanne.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published