The predictions will be stored by default at `filter_output/`, unless a different directory is specified by means of the `--out` option. The default names containing the predicitons are
...
...
@@ -36,10 +37,10 @@ The format of each file is:
<PMID> \t <text of the abstract>
```
For training a new model set the list of parameters at `model_params.conf` and then run
For training a new model set the list of parameters at `model_params_binClass.conf` and then run
where `--classA` and `--classA` are used to specify input training files. In this example `data/ecoli_abstracts/useful_abstracts.txt` is the training files containing abstracts of papers reporting experimental data (the desired or useful class for us).
where `--classA` and `--classB` (the useful papers) are used to specify input training files. In this example `data/ecoli_abstracts/useful_abstracts.txt` is the training files containing abstracts of papers reporting experimental data (the desired or useful class for us).