File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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 @@ -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