We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8d819 commit 9969013Copy full SHA for 9969013
test/runtests.jl
@@ -20,7 +20,7 @@ using MLJ
20
# Fit Model
21
MixtureDensityNetworks.fit!(machine, X, Y)
22
23
- @test machine.report.best_loss < 1.65
+ @test machine.report.best_loss < 1.70
24
25
@test likelihood_loss(machine.fitresult(X)..., Y) ≈ 1.4020062446704458 atol=0.1
26
end
@@ -52,7 +52,7 @@ end
52
53
MLJ.fit!(mach)
54
55
- @test MLJ.report(mach).best_loss < 1.65
+ @test MLJ.report(mach).best_loss < 1.70
56
57
@test likelihood_loss(MLJ.fitted_params(mach).fitresult(X)..., Y) ≈ 1.4459579546517374 atol=0.1
58
0 commit comments