File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
32- - uses : actions/cache@v1
32+ - uses : julia- actions/cache@v2
3333 env :
3434 cache-name : cache-artifacts
3535 with :
Original file line number Diff line number Diff line change 11name = " MLJIteration"
22uuid = " 614be32b-d00c-4edb-bd02-1eb411ab5e55"
33authors = [
" Anthony D. Blaom <[email protected] >" ]
4- version = " 0.6.3 "
4+ version = " 0.6.4 "
55
66[deps ]
77IterationControl = " b3c1a2ee-3fec-4384-bf48-272ea71de57c"
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ Available controls: $CONTROLS_LIST.
9898
9999# Options
100100
101- - `controls=$DEFAULT_CONTROLS `: Controls are summarized at
102- [https://JuliaAI.github.io/MLJ.jl/dev/getting_started/ ](https://JuliaAI .github.io/MLJ.jl/dev/controlling_iterative_models/)
101+ - `controls=$DEFAULT_CONTROLS `: Controls are summarized at the
102+ "[Controls-provided ](https://juliaai .github.io/MLJ.jl/dev/controlling_iterative_models/#Controls-provided)" section,
103103 but query individual doc-strings for details and advanced options. For creating your own
104- controls, refer to the documentation just cited .
104+ controls, refer to the "[Custom controls](https://juliaai.github.io/MLJ.jl/dev/controlling_iterative_models/#Custom-controls)" section .
105105
106106- `resampling=Holdout(fraction_train=0.7)`: The default resampling holds back 30% of data
107107 for computing an out-of-sample estimate of performance (the "loss") for loss-based
You can’t perform that action at this time.
0 commit comments