-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (31 loc) · 1.07 KB
/
Project.toml
File metadata and controls
33 lines (31 loc) · 1.07 KB
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
32
33
name = "StatsLearnModels"
uuid = "c146b59d-1589-421c-8e09-a22e554fd05c"
version = "1.3.0"
authors = ["Elias Carvalho <eliascarvdev@gmail.com> and contributors"]
[deps]
ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f"
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
ColumnSelectors = "1.0"
DataScienceTraits = "1.0"
DecisionTree = "0.12"
Distances = "0.10"
Distributions = "0.25"
GLM = "1.9"
NearestNeighbors = "0.4"
PrettyTables = "3.0.2"
StatsBase = "0.33, 0.34"
StyledStrings = "1.0"
TableTransforms = "1.15"
Tables = "1.11"
julia = "1.10"