Skip to content

Commit 83c49f2

Browse files
committed
✨ More clarity
1 parent cc5fe23 commit 83c49f2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/src/tutorials/standardization/notebook.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ for (name, model) in models
150150
## Store the results
151151
push!(results, (name, acc))
152152
end
153+
# Notice that if we use MLJ's `evaluate!` function, we can skip the explicit fit/predict steps. We chose to show the explicit steps here for clarity. See MLJ [docs](https://juliaai.github.io/MLJ.jl/stable/evaluating_model_performance/) for more details.
153154

154155
# ## Results Visualization
155156
#

docs/src/tutorials/standardization/notebook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ end
249249
250250
````
251251

252+
Notice that if we use MLJ's `evaluate!` function, we can skip the explicit fit/predict steps. We chose to show the explicit steps here for clarity. See MLJ [docs](https://juliaai.github.io/MLJ.jl/stable/evaluating_model_performance/) for more details.
253+
252254
## Results Visualization
253255

254256
Finally, let's visualize our results to see the impact of standardization.

0 commit comments

Comments
 (0)