Skip to content

Commit

Permalink
Merge pull request #919 from juliohm/patch-3
Browse files Browse the repository at this point in the history
Bump version of LossFunctions.jl
  • Loading branch information
ablaom authored Jul 30, 2023
2 parents fa009a1 + de9b8a7 commit 6715bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ComputationalResources = "0.3"
DelimitedFiles = "1"
Distributions = "0.25.3"
InvertedIndices = "1"
LossFunctions = "0.10"
LossFunctions = "0.11"
MLJModelInterface = "1.7"
Missings = "0.4, 1"
OrderedCollections = "1.1"
Expand Down
1 change: 1 addition & 0 deletions src/MLJBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ import .Threads

# Operations & extensions
import LossFunctions
import LossFunctions.Traits
import StatsBase
import StatsBase: fit!, mode, countmap
import Missings: levels
Expand Down

0 comments on commit 6715bfd

Please sign in to comment.