summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/Changelog.md
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/Changelog.md
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/Changelog.md')
-rwxr-xr-xcomponents/ml-prediction-ms/Changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/ml-prediction-ms/Changelog.md b/components/ml-prediction-ms/Changelog.md
new file mode 100755
index 00000000..25bb5351
--- /dev/null
+++ b/components/ml-prediction-ms/Changelog.md
@@ -0,0 +1,9 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [1.0.0] - 2022/03/03
+
+- [DCAEGEN2-3067](https://jira.onap.org/browse/DCAEGEN2-3067) - Added Training and Prediction code for ml-prediction-ms