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 = """
4343 """
4444const FUNCTIONS4 = """
4545
46- Testing that `LearnAPI.functions(learner)` exludes `:(LearnAPI.features)`, as
46+ Testing that `LearnAPI.functions(learner)` excludes `:(LearnAPI.features)`, as
4747 `LearnAPI.is_static(learner)` is `true`.
4848
4949 """
@@ -410,7 +410,7 @@ const FIT_SCITYPE = """
410410 """
411411const TARGET_OBSERVATION_SCITYPE = """
412412
413- Checking that `LearnAPI.target(learner, observatoins)` satisifies the constraints
413+ Checking that `LearnAPI.target(learner, observatoins)` satisfies the constraints
414414 articulated by `LearnAPI.target_observation_scitype(learner)`.
415415
416416"""
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ contracts against one or more data sets.
88using LearnTestAPI
99
1010X = (
11- feautre1 = [1, 2, 3],
11+ feature1 = [1, 2, 3],
1212 feature2 = ["a", "b", "c"],
1313 feature3 = [10.0, 20.0, 30.0],
1414)
Original file line number Diff line number Diff line change 137137
138138*Private method.*
139139
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
141141form of equality. Here `kwargs...` are keyword arguments accepted in `isapprox(lhs, rhs;
142142kwargs...)`, which is called if `lhs == rhs` fails.
143143
You can’t perform that action at this time.
0 commit comments