summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 11:04:09 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 11:04:09 -0700
commit0c658badab2998b4bc4b4ab02bddd1791bb417b7 (patch)
tree5d8d218d9a67dc690256050956fd70fd56516115
parent30d6dabe8818cd8743b982ffdf19f000a4db19aa (diff)
Change comment on multiple_krr
-rw-r--r--ml_exp/krr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml_exp/krr.py b/ml_exp/krr.py
index 2b9d32157..dd0dbc9d0 100644
--- a/ml_exp/krr.py
+++ b/ml_exp/krr.py
@@ -178,7 +178,7 @@ def multi_krr(db_path='data',
use_tf=True,
show_msgs=True):
"""
- Main function that does the whole ML process.
+ Does multiple KRR for several descriptors.
db_path: path to the database directory.
is_shuffled: if the resulting list of compounds should be shuffled.
r_seed: random seed to use for the shuffling.