You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
<!-- @format -->
2
+
1
3
# MindSphere Analytics Examples
2
4
3
5
<!-- markdownlint-disable MD033 -->
@@ -12,6 +14,7 @@ Examples how to use the mindSphere analytics APIs.
12
14
13
15
## Jupyter Notebooks demonstrating the use of the MindSphere Analytics APIs
14
16
17
+
15
18
### Trend Prediction API
16
19
17
20
The Trend Prediction API predicts future values for time series using linear and nonlinear regression models. It is a forecasting framework, that has many useful applications in the area of Process & Condition Monitoring.
@@ -30,6 +33,46 @@ Spectrum Analysis API allows users to perform time domain and frequency domain a
Please configure the CLI with app credentials [as described here](https://opensource.mindsphere.io/docs/mindconnect-nodejs/cli/setting-up-the-cli.html)
64
+
65
+
After that you can start using the jupyter lab with the notebooks. Just copy the token from the container output. The notebooks can be found in `work` folder.
66
+
67
+

68
+
69
+
(If you have started the container in the background you can get the token by running `docker logs examples` command.)
70
+
71
+
## Docker Base Image
72
+
73
+
The docker image is based on [jupyter/scipy-notebook docker image](https://hub.docker.com/r/jupyter/scipy-notebook/).
74
+
75
+
33
76
## Siemens API Notice
34
77
35
78
This project has been released under an [Open Source license](./LICENSE.md). The release may include and/or use APIs to Siemens’ or third parties’ products or services. In no event shall the project’s Open Source license grant any rights in or to these APIs, products or services that would alter, expand, be inconsistent with, or supersede any terms of separate license agreements applicable to those APIs. “API” means application programming interfaces and their specifications and implementing code that allows other software to communicate with or call on Siemens’ or third parties’ products or services and may be made available through Siemens’ or third parties’ products, documentations or otherwise.
0 commit comments