I’m trying to execute the following code in Azure ML Studio notebook: and I’m getting this error: With n_jobs=1 it works fine. I think this is because joblib library tries to save my data to /dev/shm. The problem is that it has only 64M capacity: I can’t change this folder by setting JOBLIB_TEMP_FOLDER environment variable (export doesn’t work). Thanks for