I am trying to build a model in r. This is the code which i have used:
h2o.init(nthreads = -1)
model = h2o.deeplearning(y = 'Exited',
training_frame = as.h2o(training_set),
activation = 'Rectifier',
hidden = c(5,5),
epochs = 100,
train_samples_per_iteration = -2)
And this is the error:
Error in .h2o.doSafeREST(h2oRestApiVersion = h2oRestApiVersion, urlSuffix = urlSuffix, :
Unexpected CURL error: couldn't open file "C:/Users/WİN10/AppData/Local/Temp/Rtmp4aOzax/file4f04bf12e34.csv"