/ml-summit-2021

Workshop for ML Summit April 2021

Primary LanguageJupyter NotebookMIT LicenseMIT

Workshop for ML Summit April 2021

Traffic & Construction Uncertainty

Downloadable Pre-requisites

  • Jupyter environment with *Python >= 3.6 and the following python libraries are required:
  1. *Pandas >= 1.0.1
  2. *Numpy >= 1.18.1
  3. *Scikit Learn >= 0.22.1
  4. *tensorflow >= 2.4.1
  5. *Kera >= 2.4.3
  6. *statsmodels 0.10.2
  7. *Matplotlib >= 3.1.3
  8. *Seaborn >= 0.10.0
  9. SHAP >= 0.35.0
  10. Alibi >= 0.5.2
  11. distython >= 0.0.3
  12. SALib >= 1.3.12

(please note that Google Colab comes with all those marked with * pre-installed and code provided will come with instructions on how to install everything else)

Additional Instructions

If you plan to run workshops code in your local machine, make sure you have a working Jupyter environment with the latest version of Python. If you don’t have one, you can install Anaconda, but please do so before the session. The code we will be using is split in three parts: 1, 2, and 3. Although additional libraries can be installed quickly and usually do so without any issues, it is recommended that you install them in advance (just in case the local environment presents some problems).

If you are planning to run the code in the cloud, the Colab notebook is located in these three parts: 1, 2, and 3. It will come with instructions on how to install the additional libraries in Colab. Please install these at the beginning of the session.