Skip to content

Commit 3b63b66

Browse files
committed
typo
1 parent 607b9ee commit 3b63b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/02_models/notebook.pluto.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ schema(iris)
148148
md"""
149149
This schema fits well for our purposes, so there is nothing to fix here.
150150
151-
*Note*: In older versions MLJ/CategoricalArrays came up at this point with the scientifc types `Union{Missing,Continuous}` and `Union{Missing,Multiclass}`. Therefore tho following coercion was necessary:
151+
*Note*: In older versions MLJ/CategoricalArrays came up at this point with the scientifc types `Union{Missing,Continuous}` and `Union{Missing,Multiclass}`. Therefore the following coercion was necessary:
152152
153153
coerce!(iris,
154154
Union{Missing,Continuous}=>Continuous,

0 commit comments

Comments
 (0)