Skip to content

Commit c80c63f

Browse files
authored
Merge pull request #146 from IBM/AutoTS
Add AutoAD and AutoTS
2 parents c01d29a + 4d82f52 commit c80c63f

24 files changed

+3884
-103
lines changed

AutoAD/Project.toml

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name = "AutoAD"
22
uuid = "a90a1e1f-13cb-41ec-be1f-24b06fd2b474"
3-
authors = ["Paulito Palmes, PhD <[email protected]>"]
43
version = "0.1.0"
4+
authors = ["Paulito Palmes, PhD <[email protected]>"]
55

66
[deps]
77
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
8+
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
89
AutoMLPipeline = "08437348-eef5-4817-bc1b-d4e9459680d6"
910
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
1011
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
@@ -21,18 +22,30 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2122
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2223

2324
[compat]
24-
AMLPipelineBase = "0.1.18"
25-
AutoMLPipeline = "0.4.6"
26-
CSV = "0.10.15"
27-
CondaPkg = "0.2.30"
28-
DataFrames = "1.7.0"
29-
Dates = "1.11.0"
30-
Distributed = "1.11.0"
31-
PDFmerger = "0.3.3"
32-
Plots = "1.40.19"
33-
PythonCall = "0.9.27"
34-
Random = "1.11.0"
35-
Reexport = "1.2.2"
36-
Serialization = "1.11.0"
37-
Statistics = "1.11.1"
38-
Test = "1.11.0"
25+
AMLPipelineBase = "0.1"
26+
ArgParse = "1.2"
27+
AutoMLPipeline = "0.4"
28+
CSV = "0.10"
29+
CondaPkg = "0.2"
30+
DataFrames = "1.7"
31+
Dates = "1.11"
32+
Distributed = "1.11"
33+
PDFmerger = "0.3"
34+
Plots = "1.40"
35+
PythonCall = "0.9"
36+
Random = "1.11"
37+
Reexport = "1.2"
38+
Serialization = "1.11"
39+
Statistics = "1.11"
40+
Test = "1.11"
41+
julia = "1.6"
42+
43+
[extras]
44+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
45+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
46+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
47+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
48+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
49+
50+
[targets]
51+
test = ["CSV", "DataFrames", "Distributed", "Serialization", "Test"]

AutoAD/data/telemetry/allplots.pdf

923 KB
Binary file not shown.

0 commit comments

Comments
 (0)