You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/anatomy_of_an_implementation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ refer to the [demonstration](@ref workflow) of the implementation given later.
40
40
!!! tip "Quick Start for new implementations"
41
41
42
42
1. From this tutorial, read at least "[A basic implementation](@ref)" below.
43
-
1. Looking over the examples in "[Common Implementation Patterns](@ref patterns)", identify the apppropriate core learner pattern above for your algorithm.
43
+
1. Looking over the examples in "[Common Implementation Patterns](@ref patterns)", identify the appropriate core learner pattern above for your algorithm.
44
44
1. Implement `fit` (probably following an existing example). Read the [`fit`](@ref) document string to see what else may need to be implemented, paying particular attention to the "New implementations" section.
45
45
3. Rinse and repeat with each new method implemented.
46
46
4. Identify any additional [learner traits](@ref traits) that have appropriate overloadings; use the [`@trait`](@ref) macro to define these in one block.
0 commit comments