Skip to content

Commit

Permalink
madea mess with commits.... bah
Browse files Browse the repository at this point in the history
  • Loading branch information
pasq-cat committed Oct 18, 2024
1 parent d426844 commit f4fcd95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/direct_mlj_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ cv = CV(; nfolds=3)
model.fit_prior_nsteps = 200 #changing LaplaceRedux fit steps
MLJBase.fit!(mach) #testing update function (the laplace part)
yhat = MLJBase.predict(mach, X) # probabilistic predictions
println( typeof(yhat) )
println( size(yhat) )
println( typeof(y) )
println( size(y) )

evaluate!(mach, resampling=cv, measure=log_loss, verbosity=0)

end
Expand Down

0 comments on commit f4fcd95

Please sign in to comment.