summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/tests/__init__.py
diff options
context:
space:
mode:
authorsendil kumar Jaya kumar <sendil.kumar@wipro.com>2022-03-03 15:15:05 +0530
committersendil kumar Jaya kumar <sendil.kumar@wipro.com>2023-03-31 12:32:53 +0530
commit93d9a28ba317475083a367d040ab606d6576fb03 (patch)
treec231446eb527ceb9397bce857c8b3dad10b617ce /components/ml-prediction-ms/tests/__init__.py
parent5f69c24ad78121a2840b5299583791e557f8b535 (diff)
Add ml-prediction-ms with basic build infrastruct.
Added offline training code, along with ml slice prediction model, The main ml-prediction-ms component code changes are added to perform prediction on single slice. Issue-ID: DCAEGEN2-3067 Signed-off-by: sendil kumar Jaya kumar <sendil.kumar@wipro.com> Change-Id: Ia2e50dcbd97d03a96884a2bf5417edbf2fa04b4a
Diffstat (limited to 'components/ml-prediction-ms/tests/__init__.py')
-rwxr-xr-xcomponents/ml-prediction-ms/tests/__init__.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/components/ml-prediction-ms/tests/__init__.py b/components/ml-prediction-ms/tests/__init__.py
new file mode 100755
index 00000000..e778f70b
--- /dev/null
+++ b/components/ml-prediction-ms/tests/__init__.py
@@ -0,0 +1,22 @@
+# ==============LICENSE_START=====================================================
+# ml-prediction-ms
+# ================================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2023 Wipro Limited
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END=========================================================
+
+# empty __init__.py so that pytest can add correct path to coverage report,
+# -- per pytest best practice guideline
+