We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8f4b commit ec42302Copy full SHA for ec42302
src/clone.jl
@@ -7,7 +7,7 @@ Return a shallow copy of `learner` with the specified hyperparameter replacement
7
clone(learner; epochs=100, learning_rate=0.01)
8
```
9
10
-It is guaranteed that `LearnAPI.clone(learner) == learner`.
+A LearnAPI.jl contract ensures that `LearnAPI.clone(learner) == learner`.
11
12
"""
13
function clone(learner; replacements...)
0 commit comments