From 43033ad1bf47e83ac3d360599a711cfd51a6e089 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 12 Jun 2017 03:51:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6182401..c64f364 100644 --- a/notes.md +++ b/notes.md @@ -116,3 +116,4 @@ 2017-05-17T17:55:00 - Minor doc updates: linking to article on quantization (prophet) 2017-05-17T00:15:00 - Refactor for clarity, might break a few tests though (prophet) 2017-05-17T23:09:00 - Quick fix, referencing a known issue from the official repo (prophet) +2017-06-12T03:51:00 - Implementing approach from a new paper read last night (prophet)