Skip to content

Commit 58cff77

Browse files
committed
fix typos
1 parent 8f22927 commit 58cff77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/learners/ensembling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ LearnAPI.components(model::EnsembleFitted) = [:atom => model.models,]
205205
# - `update`
206206
# - `predict` (`Point` predictions)
207207
# - `predictions` (returns predictions on all supplied data)
208-
# - `out_of_sample_indices` (articluates which data is the internal validation data)
208+
# - `out_of_sample_indices` (articulates which data is the internal validation data)
209209
# - `trees`
210210
# - `training_losses`
211211
# - `out_of_sample_losses`

test/learners/gradient_descent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ learner =
4444

4545
@testapi learner (X, y) verbosity=0 # use verbosity=1 to debug
4646

47-
@testset "extra tests for perceptron classfier" begin
47+
@testset "extra tests for perceptron classifier" begin
4848
model40 = fit(learner, (Xtrain, ytrain); verbosity=0)
4949

5050
# 40 epochs is sufficient for 90% accuracy in this case:

0 commit comments

Comments
 (0)