File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const FUNCTIONS3 = """
43
43
"""
44
44
const FUNCTIONS4 = """
45
45
46
- Testing that `LearnAPI.functions(learner)` exludes `:(LearnAPI.features)`, as
46
+ Testing that `LearnAPI.functions(learner)` excludes `:(LearnAPI.features)`, as
47
47
`LearnAPI.is_static(learner)` is `true`.
48
48
49
49
"""
@@ -410,7 +410,7 @@ const FIT_SCITYPE = """
410
410
"""
411
411
const TARGET_OBSERVATION_SCITYPE = """
412
412
413
- Checking that `LearnAPI.target(learner, observatoins)` satisifies the constraints
413
+ Checking that `LearnAPI.target(learner, observatoins)` satisfies the constraints
414
414
articulated by `LearnAPI.target_observation_scitype(learner)`.
415
415
416
416
"""
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ contracts against one or more data sets.
8
8
using LearnTestAPI
9
9
10
10
X = (
11
- feautre1 = [1, 2, 3],
11
+ feature1 = [1, 2, 3],
12
12
feature2 = ["a", "b", "c"],
13
13
feature3 = [10.0, 20.0, 30.0],
14
14
)
Original file line number Diff line number Diff line change 137
137
138
138
*Private method.*
139
139
140
- Replaces the expresion `lhs == rhs` with `isnear(lhs, rhs; kwargs...)` for testing a weaker
140
+ Replaces the expression `lhs == rhs` with `isnear(lhs, rhs; kwargs...)` for testing a weaker
141
141
form of equality. Here `kwargs...` are keyword arguments accepted in `isapprox(lhs, rhs;
142
142
kwargs...)`, which is called if `lhs == rhs` fails.
143
143
You can’t perform that action at this time.
0 commit comments