Skip to content

Commit 1ddd232

Browse files
committed
setting default lambda=eps for the logistic regression + patch release, cf #124
1 parent 359007c commit 1ddd232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJLinearModels"
22
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692"
33
authors = ["Thibaut Lienart <[email protected]>"]
4-
version = "0.6.4"
4+
version = "0.6.5"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using MLJLinearModels, Test, LinearAlgebra
22
using Random, StableRNGs, DataFrames, ForwardDiff
33
import MLJBase # not MLJModelInterface, to mimic the full interface
44

5-
DO_COMPARISONS = true; include("testutils.jl")
5+
DO_COMPARISONS = false; include("testutils.jl")
66

77
m("UTILS"); include("utils.jl")
88

0 commit comments

Comments
 (0)