We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53abd5c commit c0a7646Copy full SHA for c0a7646
Project.toml
@@ -9,11 +9,15 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
9
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
10
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
11
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
+StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
13
14
[compat]
15
IterTools = "1"
16
Random = "1"
17
julia = "1"
18
+StatsBase = "0.30 - 0.34"
19
+CategoricalArrays = "0.10"
20
+FillArrays = "1"
21
22
[extras]
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
src/machine-learning-utils.jl
@@ -1,4 +1,5 @@
1
2
+using StatsBase
3
using FillArrays
4
using CategoricalArrays
5
0 commit comments