about summary refs log tree commit diff
path: root/sourcecodes/kfold_cv_example.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/kfold_cv_example.php')
-rw-r--r--sourcecodes/kfold_cv_example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/kfold_cv_example.php b/sourcecodes/kfold_cv_example.php
index 44b56fa5..68c1a3bf 100644
--- a/sourcecodes/kfold_cv_example.php
+++ b/sourcecodes/kfold_cv_example.php
@@ -133,7 +133,7 @@ if(file_exists($filename2))
 
 if($nm_folds!="")
 {
-  $command = './run_kfold '.$keyval.' '.$varName.' '.$nm_folds;
+  $command = './run_scripts/run_kfold '.$keyval.' '.$varName.' '.$nm_folds;
   $output = shell_exec("$command > /dev/null 2 > /dev/null &");
   $pred_link='cv_predictions_example.php?My_key='.$keyval;
   sleep(1);