/StatisticalFoundationsML_INFOF422

Repository for the Statistical Foundation of Machine Learning class (INFO-F-422).

Primary LanguageJupyter Notebook

INFOF422 - Statistical Foundations of Machine Learning

This page contains the material for the hands-on classes of ULB INFO-F-422.

Getting ready with R notebooks

The use of the notebooks requires to install:

  • Jupyter Notebook, see installation instructions here.
  • IRkernel, see installation instructions here. N.B: You may need to restart R after Jupyter installation in order to be able to install IRkernel.

Once installed, clone this repository and start jupyter notebook:

git clone https://github.com/jdestefani/StatisticalFoundationsML_INFOF422.git
cd StatisticalFoundationsML_INFOF422
jupyter notebook

Troubleshooting