From 0c658badab2998b4bc4b4ab02bddd1791bb417b7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 11 Mar 2020 11:04:09 -0700 Subject: Change comment on multiple_krr --- ml_exp/krr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf