Skip to content

Commit

Permalink
adapted documentation PR #53
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarneJesse committed Mar 29, 2024
1 parent 149b9a5 commit 5293e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ optional arguments:

If you want to specify certain combinations of classifiers and feature
extractors that should and should not be used, you can use the `--classifiers`,
`--feature_extractors`, and `--impossible_models` option. For instance, if you
`--feature_extractors`, `--query_strategies` and `--impossible_models` option. For instance, if you
want to exclude the combinations of `nb` with `doc2vec` and `logistic` with
`tfidf`, use the following command:

```console
asreview makita template multimodel --classifiers logistic nb --feature_extractors tfidf doc2vec --impossible_models nb,doc2vec logistic,tfidf
asreview makita template multimodel --classifiers logistic nb --feature_extractors tfidf doc2vec --query_strategies max max_random max_uncertainty cluster --impossible_models nb,doc2vec logistic,tfidf
```

## Advanced usage
Expand Down

0 comments on commit 5293e30

Please sign in to comment.