Closed nicolagnecco closed 1 month ago
It would be good to only have 3 simple functions. For example:
erf.fit <- erf(X, t.X, Y, min.node.size)
erf.predict <- predict(X_test, t.X_test, erf.fit, quantiles)
erf.cv <- cv.erf(X, t.X, Y, min.node.size, nfolds, nrep)
It would be good to only have 3 simple functions. For example:
erf.fit <- erf(X, t.X, Y, min.node.size)
erf.predict <- predict(X_test, t.X_test, erf.fit, quantiles)
erf.cv <- cv.erf(X, t.X, Y, min.node.size, nfolds, nrep)