Skip to content

Commit

Permalink
Merge branch 'mnist-update' of https://github.com/FluxML/MLJFlux.jl i…
Browse files Browse the repository at this point in the history
…nto mnist-update
  • Loading branch information
ablaom committed Jun 6, 2024
2 parents d3e4662 + 9f76694 commit ed4b9bd
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 @@ -142,7 +142,7 @@ fit!(mach, rows=train);
predicted_labels = predict(mach, rows=test);
cross_entropy(predicted_labels, labels[test])

# 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 ed4b9bd

Please sign in to comment.