Skip to content

Commit 1767f7b

Browse files
Updates to time series library
1 parent 76cac8a commit 1767f7b

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

lazy-timeseries-evaluation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ def harsh(a):
106106
else:
107107
return 0
108108
```
109+
110+
## Learn more
111+
112+
To use the `tspy` Python SDK, see the [`tspy` Python SDK documentation](https://ibm-cloud.github.io/tspy-docs/).

time-reference-system.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,7 @@ This returns:
227227
# average = (1+2+4)/3 = 2.33
228228
[(0,2.33)]
229229
```
230+
231+
## Learn more
232+
233+
To use the `tspy` Python SDK, see the [`tspy` Python SDK documentation](https://ibm-cloud.github.io/tspy-docs/).

time-series-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,7 @@ timestamp value lower_bound upper_bound error
311311
The time series library is tightly integrated with Apache Spark. By using new data types in Spark Catalyst, you are able to perform time series SQL operations that scale out horizontally using Apache Spark. This enables you to easily use time series extensions in {{site.data.keyword.iae_full_notm}} or in solutions that include {{site.data.keyword.iae_full_notm}} functionality like the {{site.data.keyword.DSX_short}} Spark environments.
312312

313313
SQL extensions cover most aspects of the time series functions, including segmentation, transformations, reducers, forecasting, and I/O. See [Analyzing time series data](https://cloud.ibm.com/docs/sql-query?topic=sql-query-ts_intro).
314+
315+
## Learn more
316+
317+
To use the `tspy` Python SDK, see the [`tspy` Python SDK documentation](https://ibm-cloud.github.io/tspy-docs/).

time-series-key-functionality.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ The following data types are supported in a time series:
100100
## Time series functions
101101

102102
You can use different functions in the provided time series packages to analyze time series data to extract meaningful information with which to create models that can be used to predict new values based on previously observed values. See [Time series functions](/docs/AnalyticsEngine?topic=AnalyticsEngine-time-series-functions).
103+
104+
## Learn more
105+
106+
To use the `tspy` Python SDK, see the [`tspy` Python SDK documentation](https://ibm-cloud.github.io/tspy-docs/).

using-time-series-lib.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,4 @@ max:7.0
273273
- [Time series functions](/docs/AnalyticsEngine?topic=AnalyticsEngine-time-series-functions)
274274
- [Time series lazy evaluation](/docs/AnalyticsEngine?topic=AnalyticsEngine-lazy-evaluation)
275275
- [Using time reference system](/docs/AnalyticsEngine?topic=AnalyticsEngine-time-reference-system)
276+
- [`tspy` Python SDK documentation](https://ibm-cloud.github.io/tspy-docs/)

0 commit comments

Comments
 (0)