diff --git a/docs/src/binary-classification.jl b/docs/src/binary-classification.jl index 1e6fc4b..fa72d8d 100644 --- a/docs/src/binary-classification.jl +++ b/docs/src/binary-classification.jl @@ -698,6 +698,9 @@ results = let text = string(score) length(text) < 4 ? text * '0' : text end + for col in names(df) + df[!, col] = Base.Text.(df[:, col]) + end rename!(df, :se => "1.96*SE") end