X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=AcumosXappAdapter%2Firis_sklearn.py;fp=AcumosXappAdapter%2Firis_sklearn.py;h=64740e744807c27640ea4091a7a605a8f8be6661;hb=c3666f891060a0c6bf96129e81790a23ed6260eb;hp=7fd70fbd0690db9694ecd4c244e033f76f9895f2;hpb=d53cfa8dd719817cbfea48ad032c8181515df2a3;p=ric-app%2Fml.git diff --git a/AcumosXappAdapter/iris_sklearn.py b/AcumosXappAdapter/iris_sklearn.py index 7fd70fb..64740e7 100644 --- a/AcumosXappAdapter/iris_sklearn.py +++ b/AcumosXappAdapter/iris_sklearn.py @@ -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')