From bbf90534f564bd94a9a622a1ce8db86f9e093f0e Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Fri, 19 Oct 2018 10:45:04 -0700 Subject: [PATCH 1/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7f773e76..a36ddfe4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - ML.NET for Python + NimbusML Copyright (c) Microsoft Corporation All rights reserved. From 65c84b14e0ef77ea34948f9a989c6279d4c1e685 Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Fri, 19 Oct 2018 11:10:03 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa805eda..04f29538 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,5 @@ We welcome [contributions](docs/project-docs/contributing.md)! ## License -ML.NET for Python is licensed under the [MIT license](LICENSE). +NimbusML is licensed under the [MIT license](LICENSE). From 6dbb5fadf21c46ff320c9b5ac23c50b500614432 Mon Sep 17 00:00:00 2001 From: Yiwen Zhu Date: Fri, 19 Oct 2018 21:28:56 +0000 Subject: [PATCH 3/3] del toc for doc --- src/python/docs/sphinx/loadsavemodels.rst | 2 -- src/python/docs/sphinx/metrics.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/python/docs/sphinx/loadsavemodels.rst b/src/python/docs/sphinx/loadsavemodels.rst index ad3a0a02..4dd81fe6 100644 --- a/src/python/docs/sphinx/loadsavemodels.rst +++ b/src/python/docs/sphinx/loadsavemodels.rst @@ -9,8 +9,6 @@ Loading, Saving and Serving Models .. index:: load save model -.. contents:: - :local: Persisting Models diff --git a/src/python/docs/sphinx/metrics.rst b/src/python/docs/sphinx/metrics.rst index a7fdb94a..da748a0c 100644 --- a/src/python/docs/sphinx/metrics.rst +++ b/src/python/docs/sphinx/metrics.rst @@ -9,8 +9,6 @@ Evaluation Metrics .. index:: evaluation metrics -.. contents:: - :local: Metrics from Pipeline.test()