Prior starting, make sure to have admin rights on your device. While this is not a must-have it will make your life way easier.
install.packages('tidyverse')
install.packages('caret')
install.packages(c('rmarkdown',
'e1071',
'mlbench',
'ggthemes',
'assertthat',
'kernlab',
'rpart',
'rattle',
'kknn',
'randomForest',
'nnet',
'RSNNS',
'Metrics',
'AUC',
'plotly',
'rBayesianOptimization')
)
In case you want to run our amazing notebooks offline.
Do not forget to set the following environment variables on your device
And, in case you are working on a corporate device:
pip install jupyter
pip install jupyterlab
Do not forget to set the following environment variables on your device
install.packages(c('repr',
'IRdisplay',
'evaluate',
'crayon',
'pbdZMQ',
'devtools',
'uuid',
'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec(user = FALSE)
devtools::install('C:\whatheverFolderYouHaveUnzippedTheFile\IRKernel')
IRkernel::installspec(user = FALSE)
C:
Download the source files and unzip.
Start jupyter/jupyterlab (a browser window should magically pop up). From there, you can source the .ipynb in the folder where you have downloaded it
jupyter-notebook
jupyter-lab
Requires Python installation (see B.)
Sorry, this is a must have.
install.packages('reticulate')
install.packages(c('tensorflow',
'keras')
)
tensorflow::install_tensorflow()
keras::install_keras() # this may throw an error but work anyway
Run the follwing in the command line.
pip install h5py
In case you do not manage to execute A. and B. you can run everything from https://rstudio.cloud