From bb9d93322abf825368dedaafc2376ef8fdfc1e2f Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Mon, 28 Jan 2019 16:31:54 -0600 Subject: Jan 28 2019 update --- sourcecodes/kfold_cv_example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcecodes/kfold_cv_example.php') 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); -- cgit 1.4.1