time-series-classification
Here are 75 public repositories matching this topic...
KMeans question
Hi, Thanks for the awesome library!
So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).
I conceptually
-
Updated
Aug 8, 2021 - Jupyter Notebook
-
Updated
Apr 6, 2020 - Python
Dear team,
I am in stuck when convert very large numpy array to your TSDatasets.
These are what I have tried to fix my issue:
- when building time-series, I used tensorflow.keras.preprocessing.timeseries_dataset_from_array. After this step, the memory is still fine
- I concatenate all batch data into numpy array, this step produces problem so I use numpy memmap to avoi
-
Updated
Apr 23, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2021 - Python
comments in sktime-dl are currently in a different style to sktime. Standardising to conform would be helpful. See, for example, this for style.
https://github.com/alan-turing-institute/sktime/tree/main/sktime/classification
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 6, 2019 - Python
-
Updated
Apr 27, 2021 - Jupyter Notebook
-
Updated
Dec 16, 2020 - Python
-
Updated
Jul 15, 2021 - Python
-
Updated
Feb 15, 2021 - Jupyter Notebook
-
Updated
Oct 11, 2018 - Python
-
Updated
Jul 10, 2019 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 7, 2020 - Python
-
Updated
Jul 12, 2020 - R
-
Updated
Apr 18, 2021 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Jul 3, 2020 - Python
-
Updated
May 22, 2018 - Java
-
Updated
Jul 10, 2019 - Jupyter Notebook
-
Updated
Aug 7, 2021 - C#
-
Updated
Nov 9, 2019 - Python
-
Updated
Feb 25, 2021 - TypeScript
-
Updated
May 11, 2021 - Python
-
Updated
Dec 25, 2019 - Python
Improve this page
Add a description, image, and links to the time-series-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the time-series-classification topic, visit your repo's landing page and select "manage topics."
We should have a shorthand for the reducer where
y
is simply predicted fromX
, possibly including the index.This is generally not a good forecaster in isolation, but useful as a component for instance in #1279, in anomaly detection or other annotation tasks.
It's also a special case of the direct regression strategy with exogeneous variables, where there are zero lags.
Question for @