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 Nov 16, 2023. It is now read-only.
# [NimbusML](https://docs.microsoft.com/en-us/nimbusml/overview) Next
2
+
3
+
## **New Features**
4
+
5
+
-**Time Series Spike And Change Point Detection**
6
+
7
+
[PR#135](https://github.com/microsoft/NimbusML/pull/135) added support
8
+
for time series spike and change point detection using the Independent
9
+
and identically distributed (IID) and Singular Spectrum Analysis (SSA)
10
+
algorithms.
11
+
12
+
**Spike Detection Examples**
13
+
14
+
-[IID using a pandas Series](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/examples_from_dataframe/IidSpikeDetector_df.py)
15
+
-[SSA using a pandas Series](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/examples_from_dataframe/SsaSpikeDetector_df.py)
16
+
-[IID using a FileDataStream](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/IidSpikeDetector.py)
17
+
-[SSA using a FileDataStream](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/SsaSpikeDetector.py)
18
+
19
+
**Change Point Detection Examples**
20
+
21
+
-[IID using a pandas Series](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/examples_from_dataframe/IidChangePointDetector_df.py)
22
+
-[SSA using a pandas Series](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/examples_from_dataframe/SsaChangePointDetector_df.py)
23
+
-[IID using a FileDataStream](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/IidChangePointDetector.py)
24
+
-[SSA using a FileDataStream](https://github.com/microsoft/NimbusML/tree/master/src/python/nimbusml/examples/SsaChangePointDetector.py)
25
+
26
+
-**Time Series Forecasting**
27
+
[PR#164](https://github.com/microsoft/NimbusML/pull/164) exposes an API
28
+
for time series forecasting using Singular Spectrum Analysis(SSA).
0 commit comments