Skip to content

Commit

Permalink
commit review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Essam <[email protected]>
  • Loading branch information
ablaom and EssamWisam authored Jun 6, 2024
1 parent 3f16411 commit 9f76694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fit!(mach, rows=1:500);
predicted_labels = predict(mach, rows=501:1000);
cross_entropy(predicted_labels, labels[501:1000])

# Or, in one line:
# Or to fit and predict, in one line:

evaluate!(mach,
resampling=Holdout(fraction_train=0.5),
Expand Down

0 comments on commit 9f76694

Please sign in to comment.