Skip to content

Update Surr_Train.R to fix an incorrect length of Residuals columns being…

Janis Jatnieks requested to merge patch-1 into master

Update Surr_Train.R to fix an incorrect length of Residuals columns being exported. The problem was caused by NAs being filled in a wrong lentgh using nrow(Fout) instead of validation dataset length as it should have been using nrow(SRes).

Merge request reports