Add ml-prediction-ms with basic build infrastruct. 90/127490/48
authorsendil kumar Jaya kumar <sendil.kumar@wipro.com>
Thu, 3 Mar 2022 09:45:05 +0000 (15:15 +0530)
committersendil kumar Jaya kumar <sendil.kumar@wipro.com>
Fri, 31 Mar 2023 07:02:53 +0000 (12:32 +0530)
commit93d9a28ba317475083a367d040ab606d6576fb03
treec231446eb527ceb9397bce857c8b3dad10b617ce
parent5f69c24ad78121a2840b5299583791e557f8b535
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
26 files changed:
components/ml-prediction-ms/.gitignore [new file with mode: 0644]
components/ml-prediction-ms/Changelog.md [new file with mode: 0755]
components/ml-prediction-ms/Dockerfile [new file with mode: 0755]
components/ml-prediction-ms/LICENSE.txt [new file with mode: 0755]
components/ml-prediction-ms/README.md [new file with mode: 0755]
components/ml-prediction-ms/conftest.py [new file with mode: 0755]
components/ml-prediction-ms/docker-compose.yaml [new file with mode: 0755]
components/ml-prediction-ms/log_config.yaml [new file with mode: 0755]
components/ml-prediction-ms/ml-prediction-ms.config [new file with mode: 0755]
components/ml-prediction-ms/model/best_model.h5 [new file with mode: 0755]
components/ml-prediction-ms/pom.xml [new file with mode: 0755]
components/ml-prediction-ms/pyproject.toml [new file with mode: 0755]
components/ml-prediction-ms/requirements.txt [new file with mode: 0755]
components/ml-prediction-ms/setup.py [new file with mode: 0755]
components/ml-prediction-ms/src/__init__.py [new file with mode: 0755]
components/ml-prediction-ms/src/run.py [new file with mode: 0755]
components/ml-prediction-ms/tests/__init__.py [new file with mode: 0755]
components/ml-prediction-ms/tests/unit/__init__.py [new file with mode: 0755]
components/ml-prediction-ms/tests/unit/sample.json [new file with mode: 0644]
components/ml-prediction-ms/tests/unit/test.xlsx [new file with mode: 0755]
components/ml-prediction-ms/tests/unit/test_predict_unittest.py [new file with mode: 0755]
components/ml-prediction-ms/tox.ini [new file with mode: 0755]
components/ml-prediction-ms/train/ExampleSample_train_data_s1.xlsx [new file with mode: 0755]
components/ml-prediction-ms/train/ExampleSample_train_data_s1_smaller.xlsx [new file with mode: 0755]
components/ml-prediction-ms/train/ParseTrain.py [new file with mode: 0755]
components/ml-prediction-ms/version.properties [new file with mode: 0755]