swh:1:snp:9b78cc5afaeb655c7e217abbe2c0b9978fdb7037

sort by:
Revision Author Date Message Commit Date
c3fc73d update the setup. 30 August 2017, 02:05:07 UTC
93f93ba correct document. 31 July 2017, 05:23:09 UTC
74a6aed Merge branch 'master' of github.com:wwrechard/pydlm 31 July 2017, 00:46:20 UTC
c605299 Add the example to the user manual. 31 July 2017, 00:46:06 UTC
67fd0c0 Update README.md 28 July 2017, 01:39:08 UTC
cc47378 Merge branch 'master' of github.com:wwrechard/pydlm 27 July 2017, 10:12:24 UTC
a46a045 Complete the description of example code. 27 July 2017, 10:11:51 UTC
c5ba823 Update README.md 27 July 2017, 10:03:13 UTC
3085c31 Update README.md 27 July 2017, 09:59:48 UTC
b2f35ce Update README.md 27 July 2017, 09:56:47 UTC
9cb47f0 Update README.md 27 July 2017, 09:52:36 UTC
72e80ff Update README.md 27 July 2017, 09:49:51 UTC
be4cf2e Update README.md 27 July 2017, 09:49:20 UTC
9848c62 Update README.md 27 July 2017, 09:47:57 UTC
fdac95e Update README.md 27 July 2017, 09:44:29 UTC
4064c76 remove changelog to CHANGELOG.md 27 July 2017, 09:43:14 UTC
11635ce remove changelog~ 27 July 2017, 09:41:52 UTC
cfbdf47 Add change log. 27 July 2017, 09:40:42 UTC
e665936 Update README.md 27 July 2017, 09:40:02 UTC
9e87916 Update README.md 27 July 2017, 09:27:48 UTC
98dc0be Add more images for the google science example. 27 July 2017, 08:44:18 UTC
463d7eb Add images for Google data science example 27 July 2017, 07:45:43 UTC
bb7c41e Update README.md 26 July 2017, 09:52:08 UTC
eeb44bc Complete description 26 July 2017, 06:39:40 UTC
c2d7c54 Complete the example using Google data post. 26 July 2017, 06:37:07 UTC
aeed16b Fix bug in testDlm. The predictN now output python list of float instead of list of numpy matrix. 25 July 2017, 10:11:04 UTC
e0b93fc reduce the default prior variance from 1e7 to 100 for seasonality component. 25 July 2017, 10:09:04 UTC
87e1e23 Add description to dlm.plotPredictN 25 July 2017, 09:36:19 UTC
1e0d52b Add a plot function to directly plot N-day prediction with the same input as predictN() 25 July 2017, 09:31:30 UTC
8530a6a Ingore .csv~ tmp files. 25 July 2017, 08:47:00 UTC
2784479 Add example using Google data science blog post. 25 July 2017, 08:45:10 UTC
9762858 Update README.md 20 June 2017, 07:39:08 UTC
7347112 Update README.md 20 June 2017, 07:31:24 UTC
cd1f81a Merge branch 'master' of github.com:wwrechard/pydlm 20 June 2017, 07:18:47 UTC
22de129 The .getMSE() method does not take care of missing data. Fix the bug when None exists in the data. 20 June 2017, 06:57:29 UTC
bf3e648 Create LICENSE (#12) 19 June 2017, 01:25:13 UTC
77eba88 update the class description. 15 June 2017, 07:57:43 UTC
f184105 Update the trend degree to match the actual degree of a polynomial, i.e., degree=0 indicats a constant, degree=1 indicates a linear trend and so on. 15 June 2017, 07:52:21 UTC
2cc1f20 Create README.md 15 June 2017, 06:53:08 UTC
c840843 Temporarily disable python 3.7 check due to numpy Bug issue: https://github.com/python/cpython/pull/1236 15 June 2017, 06:51:46 UTC
128441b Update README.md 15 June 2017, 05:03:55 UTC
910de99 Fix indent 17 May 2017, 10:47:41 UTC
e4cf329 Merge branch 'master' of github.com:wwrechard/pydlm 17 May 2017, 10:46:09 UTC
9040ecc Update README.md 17 May 2017, 10:45:41 UTC
94f54da Update README.md 17 May 2017, 10:44:56 UTC
664ea19 Update README.md 17 May 2017, 10:44:28 UTC
d12232e Update predictN to accept numpy matrix input. 17 May 2017, 10:42:46 UTC
05e8777 update the doc. 17 May 2017, 10:30:53 UTC
8c82a8c change .iteritems() -> .items() for python3 (iteritems() was removed in python3) 17 May 2017, 10:15:42 UTC
3d693b5 Add a predictN function which predicts over multiple days. This is a wrapper of predict() and continuePrdict(). TESTED=unittest 17 May 2017, 10:06:21 UTC
853e720 Add more comments to prediction function. 17 May 2017, 09:06:28 UTC
2413e86 Update README.md 16 May 2017, 09:34:56 UTC
779a173 Update README.md 16 May 2017, 09:34:15 UTC
b1631d5 Update README.md 16 May 2017, 09:30:05 UTC
807bb5a Update README.md 16 May 2017, 09:21:30 UTC
74995f6 update the doc for the new release. 16 May 2017, 09:05:54 UTC
4ee20b3 Add the method "getResidual" to obtain the residual time series. @simonzcaiman 15 May 2017, 02:00:16 UTC
70a76d6 dynamic can read numpy matrix as the feature matrix (#9) 30 April 2017, 00:22:33 UTC
99342bf remove >>> from the rst docs. (#8) 07 April 2017, 10:45:50 UTC
86a60d6 remove test_mvdlm.py 07 April 2017, 09:45:57 UTC
2d48d34 remove the hidden class _mvdlm 07 April 2017, 09:33:49 UTC
ee786b2 Remove the mvdlm related code out from the master branch and into a working branch. 07 April 2017, 09:31:18 UTC
47bad0a Point the coverage to the real place Point the coverage test to the real coverage.io page instead of using liguopku fork. 07 April 2017, 09:01:15 UTC
4f84c66 Merge branch 'master' of github.com:wwrechard/pydlm 07 April 2017, 08:45:18 UTC
8e9a97d Add a test to test the output length of getMean, getVar, getInterval, getLatentState and getLatentCov Fix the error of not outputing the result of the last day. 07 April 2017, 08:43:56 UTC
052cdf2 Remove >>> for easier copy and testing (#6) * remove >>> * remove space * rm space 07 April 2017, 08:37:46 UTC
d82dc0a Merge pull request #4 from liguopku/master add code coverage support 04 April 2017, 08:13:56 UTC
de96247 Update README.md add coverage badge 28 March 2017, 05:42:54 UTC
34758dd add coverage script 28 March 2017, 05:34:59 UTC
f10fee8 Remove the quick-guide through in readme. The guide part has already been covered in user manual website 23 March 2017, 22:37:25 UTC
075647c build test 23 March 2017, 22:30:16 UTC
b82b21d Update README.md 23 March 2017, 22:28:26 UTC
2f69bcf Update README.md 28 February 2017, 10:27:12 UTC
95b79eb Update README.md 28 February 2017, 10:25:50 UTC
1277a25 Update README.md 28 February 2017, 10:25:14 UTC
610f036 update .travis.yml 28 February 2017, 10:18:20 UTC
1c3d51f remove .yml~ 28 February 2017, 10:17:18 UTC
f2f9651 Add travis file for continuous integration. 28 February 2017, 10:14:19 UTC
74b35a1 Refactor the _continuePrediction() 24 February 2017, 09:10:51 UTC
bad3bce Fixed the test error for python3 1) __round__ is not defined in python3 for narray. 2) map() requires list() to get list property 3) deleted uncompleted test for mvdlm. local tested python version: 2.7, 3.5 24 February 2017, 08:26:13 UTC
d2aeb80 Fix a test error dlm.getMse() 22 February 2017, 10:01:22 UTC
96af633 Add the annonation and comments for modelTuner. 20 February 2017, 11:17:19 UTC
1ef701e Merge branch 'master' of github.com:wwrechard/pydlm 13 February 2017, 06:42:52 UTC
e136bf2 Add test for geting MSE. Add the simple tuner to the dlm. 13 February 2017, 06:42:14 UTC
794351d Update README.md 10 February 2017, 08:37:20 UTC
2558f7b Add warning to None's in features (currently not supported). Add a simple tuner to the dlm. TODO: complete the modelTuner document. 08 February 2017, 11:00:17 UTC
301c814 Add a model tuner which can automatically tune the discount factor using gradient descent. TODO: add a warning when the features contain None. Currently the missing value is only supported for observations. 07 February 2017, 10:39:01 UTC
45bde75 Update README.md 12 November 2016, 06:29:43 UTC
543d93d beta -> alpha 12 November 2016, 06:26:41 UTC
a6ffc52 Merge branch 'master' of github.com:wwrechard/pydlm 12 November 2016, 06:23:15 UTC
9dbba5b use a new theme for the documentation page. 12 November 2016, 06:22:52 UTC
e3a7ce0 Update README.md 11 November 2016, 11:57:29 UTC
31d14dc Update README.md 11 November 2016, 11:56:15 UTC
af72cc6 Update README.md 11 November 2016, 11:47:58 UTC
a94a439 update figure 11 November 2016, 11:47:33 UTC
8f61b4d Update README.md 11 November 2016, 11:31:19 UTC
835c7b2 update images and docs 11 November 2016, 11:28:25 UTC
43b0bf2 update example 11 November 2016, 10:50:33 UTC
7618463 update doc 11 November 2016, 10:04:39 UTC
edcd530 Bug fixing. Change the prior of the variance of components to 1e7 to match the result of bats. Change the 'independent' evolving mode to be default. Add the options that user can easily specify the variance prior. 11 November 2016, 09:04:35 UTC
back to top