From 765264e007624532e3ad0b67865cdf2bd5fc6d6a Mon Sep 17 00:00:00 2001 From: monty Date: Thu, 21 Sep 2023 11:29:02 -0600 Subject: [PATCH] ugh --- old/scripts/run.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/old/scripts/run.jl b/old/scripts/run.jl index 2f21017..e372308 100644 --- a/old/scripts/run.jl +++ b/old/scripts/run.jl @@ -21,9 +21,8 @@ else end runSVM(trailfile, testfile, outputfolder, modelfile, options=options) - # runSVM("data/wells/wells_trails", # "data/wells/wells_tests", # "data/output/curr", # "wells_model", -# options = "svm_type=EPSILON_SVR, C=100.0, gamma=1.0, eps=0.03125") \ No newline at end of file +# options = "svm_type=EPSILON_SVR, C=100.0, gamma=1.0, eps=0.03125") \ No newline at end of file