Skip to content

Commit

Permalink
Update moses-service.md
Browse files Browse the repository at this point in the history
minor edits for clarity
  • Loading branch information
mjsduncan authored Mar 29, 2019
1 parent e33a34c commit d7e2f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/users_guide/moses-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ filter:
value: 0.4
```
- **moses_opts:** See [here](https://wiki.opencog.org/w/MOSES_man_page) for a complete description of MOSES options.
- **cross_val_opts:** "Monte Carlo" cross-validation is used where **folds** * **random_seed** training folds are constructed from a balanced random partition of size 1 - **test_size** of the original data set.
- **filter:** Possible scores are **precision**, **recall**, **accuracy**, **f1**, and **p-value** that model accuracy is greater than the null model returning **false** for all inputs. The default filter is p value < 0.05.
- **cross_val_opts:** "Monte Carlo" cross-validation is used where **folds * random_seed = n** training folds are constructed from a balanced random partition of fraction 1 - **test_size** of the original data set.
- **filter:** Possible scores are **precision**, **recall**, **accuracy**, **f1**, and **p-value** that model accuracy is greater than the null model returning **false** for all inputs. All values are in range 0 to 1. The default filter is p value < 0.05.

### Output files
**to be added**
Expand Down

0 comments on commit d7e2f31

Please sign in to comment.