Skip to content

Commit 50166bb

Browse files
authored
Merge pull request #71 from JuliaAI/docstring-link
Link in `IteratedModel` docstring
2 parents 8d776fb + 41e386b commit 50166bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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:

src/constructors.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)