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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ml_exp/krr.py b/ml_exp/krr.py
index 358816a39..68aef8828 100644
--- a/ml_exp/krr.py
+++ b/ml_exp/krr.py
@@ -91,7 +91,7 @@ def krr(descriptors,
printc(f'\tTraining size: {training_size}', 'CYAN')
printc(f'\tTest size: {test_size}', 'CYAN')
printc(f'\tSigma: {sigma}', 'CYAN')
- printc(f'\tKernel: {laplauss}', 'CYAN')
+ printc(f'\tKernel: {kernel}', 'CYAN')
printc(f'\tUse tf: {use_tf}', 'CYAN')
if use_tf:
@@ -310,8 +310,7 @@ def multi_krr(db_path='data',
sort=sort,
flatten=flatten)
if 'BOB' in identifiers:
- compound.gen_bob(size=size,
- sort=sort,
+ compound.gen_bob(sort=sort,
acount=acount)
# Create a numpy array (or tensorflow tensor) for the descriptors.