-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (51 loc) · 1.79 KB
/
Copy pathProject.toml
File metadata and controls
53 lines (51 loc) · 1.79 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "PLP-Pipeline"
authors = ["kosuri-indu"]
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
FunSQL = "cf6cc811-59f4-4a10-b258-a8547a8f6407"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJNaiveBayesInterface = "33e4bacb-b9e2-458e-9a13-5d9a90b235fa"
MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
OHDSICohortExpressions = "b1469e29-13af-4897-a4a9-3c363a260582"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ROCAnalysis = "f535d66d-59bb-5153-8d2b-ef0a426c6aff"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
[compat]
CSV = "0.10"
CategoricalArrays = "0.10.8"
DBInterface = "2.6.1"
DataFrames = "1.7"
DecisionTree = "0.12.4"
Distributions = "0.25.118"
DrWatson = "2.18.0"
DuckDB = "1"
FunSQL = "0.14.3"
InvertedIndices = "1.3.1"
LibPQ = "~1.17.1"
MLJBase = "1.7.0"
MLJDecisionTreeInterface = "0.4.2"
MLJLinearModels = "0.10.0"
MLJNaiveBayesInterface = "0.1.6"
MLJTuning = "0.8.8"
MLJXGBoostInterface = "0.3.12"
OHDSICohortExpressions = "0.2"
PrettyTables = "2"
ROCAnalysis = "0.3.6"
StatsPlots = "0.15.7"
Tables = "1"
XGBoost = "2.5.1"
julia = "1.10"