Skip to content

Commit 45c40d4

Browse files
committed
refactor autoad
1 parent 1681d43 commit 45c40d4

File tree

7 files changed

+27
-443
lines changed

7 files changed

+27
-443
lines changed

AutoAD/Project.toml

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,30 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323

2424
[compat]
25-
AMLPipelineBase = "0.1.18"
26-
ArgParse = "1.2.0"
27-
AutoMLPipeline = "0.4.6"
28-
CSV = "0.10.15"
29-
CondaPkg = "0.2.30"
30-
DataFrames = "1.7.0"
31-
Dates = "1.11.0"
32-
Distributed = "1.11.0"
33-
PDFmerger = "0.3.3"
34-
Plots = "1.40.19"
35-
PythonCall = "0.9.27"
36-
Random = "1.11.0"
37-
Reexport = "1.2.2"
38-
Serialization = "1.11.0"
39-
Statistics = "1.11.1"
40-
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/src/AutoAD.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ using AMLPipelineBase: AbsTypes, Utils
1515

1616
export get_iris
1717

18-
include("main.jl")
19-
2018
function get_iris()
2119
iris = CSV.read(joinpath(Base.@__DIR__, "../../data", "iris.csv"), DataFrame)
2220
return iris
@@ -43,13 +41,4 @@ using .AutoMLFlowAnomalyDetections
4341
export AutoMLFlowAnomalyDetection
4442
export mlfaddriver
4543

46-
include("carettspredictor.jl")
47-
using .CaretTSPredictors
48-
export CaretTSPredictor, carettsdriver
49-
50-
include("automlflowtsprediction.jl")
51-
using .AutoMLFlowTSPredictions
52-
export AutoMLFlowTSPrediction
53-
export mlftsdriver
54-
5544
end # module AutoAD

AutoAD/src/automlflowtsprediction.jl

Lines changed: 0 additions & 155 deletions
This file was deleted.

AutoAD/src/carettspredictor.jl

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)