if (FALSE) {
## The following code needs to configure the Python environment to run:
data('ndvi')
robust_disc(NDVIchange ~ GDP,data = ndvi,discnum = 5)
robust_disc(NDVIchange ~ .,
data = dplyr::select(ndvi,-c(Climatezone,Mining)),
discnum = 10,cores = 6)
}
Run the code above in your browser using DataLab