Skip to content

Commit

Permalink
Merge pull request #5 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
readme correction
  • Loading branch information
ablaom committed Jan 28, 2020
2 parents 408d88f + f8a7981 commit 7635c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -313,7 +313,7 @@ MLJTuning.result(tuning::MyTuningStrategy, history, e)
This method is for extracting from an evaluation `e` of some model `m`
the value of `r` to be recorded in the corresponding tuple `(m, r)` of
the history. The value of `r` is also allowed to depend on previous
events in the history.
events in the history. The fallback is:

```julia
MLJTuning.result(tuning, history, e) = (measure=e.measure, measurement=e.measurement)
Expand Down

0 comments on commit 7635c2e

Please sign in to comment.