diff --git a/README.md b/README.md index 2ea17c3..d375fc9 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,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. @@ -148,7 +148,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. @@ -176,14 +176,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'] ```