holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 23 forks source link

Added optimization-based method by Poncelet #126

Closed leonardgoeke closed 3 years ago

leonardgoeke commented 5 years ago

Added the optimization-based method from Poncelet (2016), Selecting representative days for capturing the implications of integrating intermittent renewables in generation expansion planning problems to "clustering" methods of the package.

codecov[bot] commented 5 years ago

Codecov Report

Merging #126 (d1542ce) into dev (a783ff1) will decrease coverage by 4.34%. The diff coverage is 17.02%.

@@            Coverage Diff             @@
##              dev     #126      +/-   ##
==========================================
- Coverage   64.49%   60.14%   -4.35%     
==========================================
  Files           9        9              
  Lines         521      562      +41     
==========================================
+ Hits          336      338       +2     
- Misses        185      224      +39     
holgerteichgraeber commented 4 years ago

@leonardgoeke Thank you for the PR, exciting! I am travelling half of this week and haven't gotten to try it out yet, I hope to get to it in the first half of next week.

YoungFaithful commented 4 years ago

@holgerteichgraeber could you have a second look at the pull request?

YoungFaithful commented 3 years ago

The tests fail, because of no Documentation compat, which we will fix in the dev branch.