diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 11:04:09 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-11 11:04:09 -0700 |
commit | 0c658badab2998b4bc4b4ab02bddd1791bb417b7 (patch) | |
tree | 5d8d218d9a67dc690256050956fd70fd56516115 | |
parent | 30d6dabe8818cd8743b982ffdf19f000a4db19aa (diff) |
Change comment on multiple_krr
-rw-r--r-- | ml_exp/krr.py | 2 |
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. |