diff --git a/examples/build_AutoEncoder_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_AutoEncoder_pipeline.py similarity index 100% rename from examples/build_AutoEncoder_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_AutoEncoder_pipeline.py diff --git a/examples/build_Autocorrelation_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_Autocorrelation_pipeline.py similarity index 100% rename from examples/build_Autocorrelation_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_Autocorrelation_pipeline.py diff --git a/examples/build_DeepLog_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_DeepLog_pipeline.py similarity index 100% rename from examples/build_DeepLog_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_DeepLog_pipeline.py diff --git a/examples/build_Ensemble.py b/examples/axolotl_interface/example_pipelines/script/build_Ensemble.py similarity index 100% rename from examples/build_Ensemble.py rename to examples/axolotl_interface/example_pipelines/script/build_Ensemble.py diff --git a/examples/build_IsolationForest_pipline.py b/examples/axolotl_interface/example_pipelines/script/build_IsolationForest_pipline.py similarity index 100% rename from examples/build_IsolationForest_pipline.py rename to examples/axolotl_interface/example_pipelines/script/build_IsolationForest_pipline.py diff --git a/examples/build_LODA_pipline.py b/examples/axolotl_interface/example_pipelines/script/build_LODA_pipline.py similarity index 100% rename from examples/build_LODA_pipline.py rename to examples/axolotl_interface/example_pipelines/script/build_LODA_pipline.py diff --git a/examples/build_MatrixProfile_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_MatrixProfile_pipeline.py similarity index 100% rename from examples/build_MatrixProfile_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_MatrixProfile_pipeline.py diff --git a/examples/build_SOD_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_SOD_pipeline.py similarity index 100% rename from examples/build_SOD_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_SOD_pipeline.py diff --git a/examples/build_System_Wise_Detection_pipeline.py b/examples/axolotl_interface/example_pipelines/script/build_System_Wise_Detection_pipeline.py similarity index 100% rename from examples/build_System_Wise_Detection_pipeline.py rename to examples/axolotl_interface/example_pipelines/script/build_System_Wise_Detection_pipeline.py diff --git a/examples/run_pipeline.py b/examples/axolotl_interface/run_pipeline.py similarity index 97% rename from examples/run_pipeline.py rename to examples/axolotl_interface/run_pipeline.py index ff7b97c..8444dff 100644 --- a/examples/run_pipeline.py +++ b/examples/axolotl_interface/run_pipeline.py @@ -15,7 +15,7 @@ parser.add_argument('--target_index', type=int, default=6, help='Index of the ground truth (for evaluation)') parser.add_argument('--metric',type=str, default='F1_MACRO', help='Evaluation Metric (F1, F1_MACRO)') -parser.add_argument('--pipeline_path', default=os.path.join(this_path, '../example_pipeline.json'), +parser.add_argument('--pipeline_path', default=os.path.join(this_path, './example_pipeline.json'), help='Input the path of the pre-built pipeline description') # parser.add_argument('--pipeline_path', default=os.path.join(this_path, '../tods/resources/default_pipeline.json'), # help='Input the path of the pre-built pipeline description') diff --git a/examples/run_pipeline_ensemble.py b/examples/axolotl_interface/run_pipeline_ensemble.py similarity index 100% rename from examples/run_pipeline_ensemble.py rename to examples/axolotl_interface/run_pipeline_ensemble.py diff --git a/examples/run_search.py b/examples/axolotl_interface/run_search.py similarity index 100% rename from examples/run_search.py rename to examples/axolotl_interface/run_search.py diff --git a/examples/test_axolotl.py b/examples/axolotl_interface/test_axolotl.py similarity index 100% rename from examples/test_axolotl.py rename to examples/axolotl_interface/test_axolotl.py