-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
31 lines (27 loc) · 1016 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "MulticlassPerceptron"
uuid = "dab37cba-9818-490d-9918-279965c31300"
authors = ["David Buchaca Prats <[email protected]>"]
version = "0.1.2"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rebugger = "ee283ea6-eecd-56e3-beb3-83eb4d3c31e9"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
MLJModelInterface = "0.3"
StatsBase = "0.33.2"
Tables = "1"
julia = "1"
[extras]
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["MLJBase", "Test"]