Skip to content

Commit c0a7646

Browse files
committed
Fix deps
1 parent 53abd5c commit c0a7646

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
99
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
1010
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1213

1314
[compat]
1415
IterTools = "1"
1516
Random = "1"
1617
julia = "1"
18+
StatsBase = "0.30 - 0.34"
19+
CategoricalArrays = "0.10"
20+
FillArrays = "1"
1721

1822
[extras]
1923
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/machine-learning-utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
using StatsBase
23
using FillArrays
34
using CategoricalArrays
45

0 commit comments

Comments
 (0)