Hello!
I am currently trying to run amPPEpy and Im following the quickstart guide. However, when I am optimizing the numnber of decision trees within RF classifier, I keep getting this error:
amPEPpy $ ampep train --test-trees --min-trees 23 --max-trees 175 \
usage: ampep train [-h] [-v] [--seed SEED] [-t NUM_PROCESSES] [-d DROP_FEATURE] -p POSITIVE -n
NEGATIVE [--test-trees] [--min-trees MIN_TREE] [--max-trees MAX_TREE]
[--num-trees NUM_TREES] [--feature-importance]
{train,predict} ...
ampep train: error: invalid choice: ' ' (choose from 'train', 'predict')
I was wondering if I am missing something when copying the command line script into my terminal?