Skip to content

Commit

Permalink
setting default lambda=eps for the logistic regression + patch releas…
Browse files Browse the repository at this point in the history
…e, cf #124
  • Loading branch information
tlienart committed Aug 4, 2022
1 parent 359007c commit 1ddd232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJLinearModels"
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.6.4"
version = "0.6.5"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using MLJLinearModels, Test, LinearAlgebra
using Random, StableRNGs, DataFrames, ForwardDiff
import MLJBase # not MLJModelInterface, to mimic the full interface

DO_COMPARISONS = true; include("testutils.jl")
DO_COMPARISONS = false; include("testutils.jl")

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

Expand Down

4 comments on commit 1ddd232

@tlienart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65614

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.5 -m "<description of version>" 1ddd232c659b8c6bc77de942087e7ca7b7839f7e
git push origin v0.6.5

@tlienart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/65614

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.5 -m "<description of version>" 1ddd232c659b8c6bc77de942087e7ca7b7839f7e
git push origin v0.6.5

Please sign in to comment.