Add Acumos xApp Adapter
[ric-app/ml.git] / AcumosXappAdapter / iris_sklearn.py
index 7fd70fb..64740e7 100644 (file)
@@ -1,20 +1,20 @@
-# ===============LICENSE_START=======================================================
-# Acumos Apache-2.0
-# ===================================================================================
-# Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved.
-# ===================================================================================
-# This Acumos software file is distributed by AT&T and Tech Mahindra
-# 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
+# ========================LICENSE_START=================================
+#   O-RAN-SC
+#   %%
+#   Copyright (c) 2019 AT&T Intellectual Property.
+#   %%
+#   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
+#          http://www.apache.org/licenses/LICENSE-2.0
 #
-# This file 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=========================================================
+#   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===================================
 
 from acumos.session import AcumosSession
 from acumos.modeling import Model, List, create_dataframe
@@ -53,4 +53,4 @@ model = Model(classify=classify_iris)
 
 session = AcumosSession()
 
-session.dump(model,'iris_sklearn','/Users/guy/Desktop')
+session.dump(model,'iris_sklearn','/temp')