From 5989e26240b05bdd35ac98c4f5627f9dd6d85c95 Mon Sep 17 00:00:00 2001 From: Jelle Teijema Date: Tue, 23 Apr 2024 13:34:29 +0200 Subject: [PATCH] Update README.md (#59) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6b0576..de2e2c7 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ optional arguments: --template TEMPLATE Overwrite template with template file path. --platform PLATFORM Platform to run jobs: Windows, Darwin, Linux. Default: the system of rendering templates. --n_runs N_RUNS Number of runs. Default: 1. - --no_wordclouds Disables the generation of wordclouds. + --skip_wordclouds Disables the generation of wordclouds. --overwrite Automatically accepts all overwrite requests. --classifier CLASSIFIER Classifier to use. Default: nb. --feature_extractor FEATURE_EXTRACTOR Feature_extractor to use. Default: tfidf. @@ -154,7 +154,7 @@ optional arguments: --template TEMPLATE Overwrite template with template file path. --platform PLATFORM Platform to run jobs: Windows, Darwin, Linux. Default: the system of rendering templates. --n_priors N_PRIORS Number of priors. Default: 10. - --no_wordclouds Disables the generation of wordclouds. + --skip_wordclouds Disables the generation of wordclouds. --overwrite Automatically accepts all overwrite requests. --classifier CLASSIFIER Classifier to use. Default: nb. --feature_extractor FEATURE_EXTRACTOR Feature_extractor to use. Default: tfidf. @@ -182,14 +182,14 @@ optional arguments: --template TEMPLATE Overwrite template with template file path. --platform PLATFORM Platform to run jobs: Windows, Darwin, Linux. Default: the system of rendering templates. --n_runs N_RUNS Number of runs. Default: 1. - --no_wordclouds Disables the generation of wordclouds. + --skip_wordclouds Disables the generation of wordclouds. --overwrite Automatically accepts all overwrite requests. --instances_per_query INSTANCES_PER_QUERY Number of instances per query. Default: 1. --stop_if STOP_IF The number of label actions to simulate. Default 'min' will stop simulating when all relevant records are found. --classifiers CLASSIFIERS Classifiers to use Default: ['logistic', 'nb', 'rf', 'svm'] --feature_extractors FEATURE_EXTRACTOR Feature extractors to use Default: ['doc2vec', 'sbert', 'tfidf'] --query_strategies QUERY_STRATEGY Query strategies to use Default: ['max'] - --balance_strategies BALANCE_STRATEGY Balance strategies to use Default: ['double'] + --balance_strategies BALANCE_STRATEGY Balance strategies to use Default: ['double'] --impossible_models IMPOSSIBLE_MODELS Model combinations to exclude Default: ['nb,doc2vec', 'nb,sbert'] ```