X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=svrt.git;a=blobdiff_plain;f=doit.sh;h=713c3711248919653c302e5ac599ff2c41fb962b;hp=1315b596d401a97b11d41a135bcab07b19e04c7b;hb=HEAD;hpb=194e1b60502426108c6f6c3cf2e08e95e7a2811d diff --git a/doit.sh b/doit.sh index 1315b59..713c371 100755 --- a/doit.sh +++ b/doit.sh @@ -19,14 +19,14 @@ # License for more details. # # You should have received a copy of the GNU General Public License -# along with selector. If not, see . +# along with svrt. If not, see . nb_samples_to_save=100 nb_samples_for_training=1000 problem_list=$* -[[ ${problem_list} ]] || problem_list="1 2 3 5 6 8 11 12 13 17 18 20 21" +[[ ${problem_list} ]] || problem_list=$(echo {1..23}) set -e @@ -48,6 +48,7 @@ for problem_number in ${problem_list}; do --problem_number=${problem_number} \ --nb_train_samples=${nb_samples_for_training} \ --result_path=${result_dir} \ - randomize-train adaboost compute-train-error compute-test-error + --progress_bar=no \ + randomize-train adaboost compute-train-error compute-test-error | tee ${result_dir}/log done