From 0882c2cd0de934d7377fc9d08c306be98612c88a Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Fri, 16 Nov 2018 18:42:42 +0100 Subject: real datasets for testing, test data cleanup, Daphnia import, upper and lower similarity thresholds --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e9a87d..08ddaf6 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ algorithms = { }, :similarity => { # similarity algorithm :method => "Algorithm::Similarity.tanimoto", - :min => 0.1 # similarity threshold for neighbors + :min => [0.5,0.2] # similarity thresholds for neighbors: first value for predictions with high confidence, second value for predictions with medium confidence }, :feature_selection => nil, # no feature selection :prediction => { # local modelling algorithm @@ -150,7 +150,7 @@ algorithms = { }, :similarity => { # similarity algorithm :method => "Algorithm::Similarity.weighted_cosine", - :min => 0.5 + :min => [0.5,0.2] }, :feature_selection => { # feature selection algorithm :method => "Algorithm::FeatureSelection.correlation_filter", @@ -220,7 +220,7 @@ algorithms = { }, :similarity => { :method => "Algorithm::Similarity.weighted_cosine", - :min => 0.5 + :min => [0.5,0.2] }, :feature_selection => { :method => "Algorithm::FeatureSelection.correlation_filter", -- cgit v1.2.3