Python

Version: Python 3

Install either the

– OR –

Separately the following packages:

  • numpy
  • scipy
  • scikit-learn
  • scikit-image
  • pandas
  • matplotlib
  • jupyter

As a second IDE you can use

R

Version: 4 for Windows, for common Linux distributions R can be installed via package manager

Install the following packages:

  • tidyverse
  • randomForest
  • caret
  • Hmisc

After installing R, packages can be installed from within R:

install.packages(c("tidyverse", "randomForest", "caret", "Hmisc"))

IDE needs to be installed/setup separately: