summaryrefslogtreecommitdiff
path: root/ml_exp/krr.py
diff options
context:
space:
mode:
Diffstat (limited to 'ml_exp/krr.py')
-rw-r--r--ml_exp/krr.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ml_exp/krr.py b/ml_exp/krr.py
index 68aef8828..dd6df7092 100644
--- a/ml_exp/krr.py
+++ b/ml_exp/krr.py
@@ -360,7 +360,7 @@ def multi_krr(db_path='data',
test_size=test_size,
sigma=sigma,
identifier='LJM',
- laplauss='gaussian',
+ kernel='gaussian',
use_tf=use_tf,
show_msgs=show_msgs)
if 'AM' in identifiers:
@@ -370,7 +370,7 @@ def multi_krr(db_path='data',
test_size=test_size,
sigma=sigma,
identifier='AM',
- laplauss='gaussian',
+ kernel='gaussian',
use_tf=use_tf,
show_msgs=show_msgs)
if 'BOB' in identifiers:
@@ -380,7 +380,7 @@ def multi_krr(db_path='data',
test_size=test_size,
sigma=sigma,
identifier='BOB',
- laplauss='laplacian',
+ kernel='laplacian',
use_tf=use_tf,
show_msgs=show_msgs)