Skip to content

Commit e48996e

Browse files
authored
Merge pull request #72 from JuliaAI/dev
For a 0.6.4 release
2 parents db93024 + d1032cb commit e48996e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJIteration"
22
uuid = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.6.3"
4+
version = "0.6.4"
55

66
[deps]
77
IterationControl = "b3c1a2ee-3fec-4384-bf48-272ea71de57c"

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)