From b60822dfdc31455473a762dc2c2defe7ca63ae6d Mon Sep 17 00:00:00 2001 From: l-kotzur Date: Mon, 10 Jul 2017 17:54:58 -0700 Subject: [PATCH] update DOI to overall zenodo DOI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 271d652..beac4c1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ tsam is a python package which uses different machine learning algorithms for th A publication will follow soon which validates the methods and describes their capabilites. -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.579998.svg)](https://doi.org/10.5281/zenodo.579998) - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.597956.svg)](https://doi.org/10.5281/zenodo.597956) + ## Features * flexible read-in and handling of multidimensional time-series via the pandas module * different aggregation methods implemented (averaging, k-mean, exact k-medoid, hierarchical), which are based on scikit-learn or pyomo