Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit efa2085

Browse files
authored
Merge branch 'master' into ssa_forecasting
2 parents 374b85b + c4b26d9 commit efa2085

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

release-next.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# [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).
29+
30+
## **Bug Fixes**
31+
32+
None.
33+
34+
## **Breaking Changes**
35+
36+
None.
37+
38+
## **Enhancements**
39+
40+
None.
41+
42+
## **Documentation and Samples**
43+
44+
TBD.
45+
46+
## **Remarks**
47+
48+
None.

0 commit comments

Comments
 (0)