The Wayback Machine - https://web.archive.org/web/20201001235725/https://github.com/topics/time-series-analysis
Skip to content
#

time-series-analysis

Here are 651 public repositories matching this topic...

sktime
mloning
mloning commented Sep 28, 2020

We currently support the following strategies for reduction from forecasting to regression:

  • direct
  • recursive
  • dirrec (see #226)

Some models can directly predict multiple outputs, see e.g. LinearRegression:

import numpy as np
from sklearn.linear_model import LinearRegression

y = np.random.normal(size=(10, 3))
X = np.random.normal(size=(10, 5))

estimator = LinearRegr

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • Jupyter Notebook
ssimontacchi
ssimontacchi commented Jun 20, 2020

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

bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.

  • Updated Jun 28, 2020
  • Java
bsipocz
bsipocz commented Dec 15, 2018

There are way to many UserWarnings coming out of the testing suite (causing at least one of the travis jobs to terminate). Ideally the tests should avoid running into those issues except in the case when their raising is tested on a context manager.

I suppose this issue can be a nice starting point for someone new to the project and wanting to become familiar with the code base before e.g. GSoC

Improve this page

Add a description, image, and links to the time-series-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the time-series-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.