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 56bea37 commit 43a1ef5Copy full SHA for 43a1ef5
docs/src/anatomy_of_an_implementation.md
@@ -198,8 +198,8 @@ predictions.
198
## Algorithm traits
199
200
Algorithm [traits](@ref traits) record extra generic information about an algorithm, or
201
-make specific promises of behavior. They usually have an algorithm as the single argument,
202
-and so we regard [`LearnAPI.constructor`](@ref) defined above as a trait.
+make specific promises of behavior. They are methods that have an algorithm as the solve
+argument, and so we regard [`LearnAPI.constructor`](@ref) defined above as a trait.
203
204
Because we have implemented `predict`, we are required to overload the
205
[`LearnAPI.kinds_of_proxy`](@ref) trait. Because we can only make point predictions of the
0 commit comments