Skip to content

Commit

Permalink
Merge pull request #203 from JuliaAI/plot-axes
Browse files Browse the repository at this point in the history
Fix how measures are displayed on plot axes
  • Loading branch information
ablaom authored Jan 18, 2024
2 parents f475d80 + a90975b commit f5256c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plotrecipes.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@recipe function f(mach::MLJBase.Machine{<:EitherTunedModel})
rep = report(mach)
measurement = string(typeof(rep.best_history_entry.measure[1]))
measurement = repr(rep.best_history_entry.measure[1])
r = rep.plotting
z = r.measurements
X = r.parameter_values
Expand Down

0 comments on commit f5256c5

Please sign in to comment.