Isaac Laughlin
|
9c82c8ed7a
|
pep8 tweaks.
|
2017-03-03 11:42:44 -08:00 |
|
Isaac Laughlin
|
e081db52e1
|
Refactoring mpl code to address #62, #63
|
2017-03-03 11:29:12 -08:00 |
|
Ben Letham
|
5cec062fce
|
Fix weekly seasonality plot in non-en locales
|
2017-03-01 18:38:58 +02:00 |
|
Ben Letham
|
b7a201086d
|
handle repeated days for a holiday in R
|
2017-02-28 18:06:21 +02:00 |
|
Oliver Keyes
|
025c0fec0e
|
Syntax cleanup (#30)
`=` or `<-`, not both; explicit or implicit returns..so on
|
2017-02-28 12:07:59 +02:00 |
|
Ben Letham
|
443d475468
|
Allow changepoints on dates that aren't in history, and allow for repeated observations on days. Previously we worked with changepoints via their index in the history. Now we work with them using just their value in scaled time.
|
2017-02-28 10:08:37 +02:00 |
|
Sean J. Taylor
|
158f49db59
|
Merge pull request #39 from rschoenbeck/issue-31-34
issue-31-34 patch holiday forecast comp
|
2017-02-27 17:08:35 -08:00 |
|
Rob Schoenbeck
|
1c01713f8d
|
issue-31-34 patch holiday forecast comp
|
2017-02-27 13:35:29 -08:00 |
|
Sean J. Taylor
|
1f46ef73a6
|
Merge pull request #35 from maxhumber/patch-1
Spelling mistake
|
2017-02-27 09:27:18 -08:00 |
|
Max Humber
|
a11a8c2a08
|
Spelling mistake
|
2017-02-27 11:22:16 -05:00 |
|
Ben Letham
|
a4bd78276c
|
Fix repo language details
|
2017-02-27 14:37:46 +02:00 |
|
Ben Letham
|
2dfacc85bf
|
Fix weekly tick labels in Python quickstart
|
2017-02-27 10:35:44 +02:00 |
|
Christian Stade-Schuldt
|
143e544beb
|
Fix missing x-axis tick in weekly forecast component plot (#28)
* prepend None value to list of days in weekly forecast plot
* set the x ticks with list of days in weekly forecast component plot
|
2017-02-27 10:20:59 +02:00 |
|
Ben Letham
|
afc2392f91
|
Expose plot axes labels in R
|
2017-02-26 17:31:34 +02:00 |
|
Ben Letham
|
4c9ad937d3
|
Merge pull request #25 from arnesund/configurable-axis-labels
Make plot axis label names configurable
|
2017-02-26 17:25:06 +02:00 |
|
Arne Sund
|
8dd857d551
|
Make plot axis label names configurable
|
2017-02-26 14:38:10 +01:00 |
|
Ben Letham
|
e08cfd2176
|
Additional kwargs to Stan in Python
|
2017-02-26 13:24:22 +02:00 |
|
Ben Letham
|
96ef0e236a
|
Update documentation for additional stan args
|
2017-02-26 13:04:15 +02:00 |
|
Ben Letham
|
00a02b07b4
|
Merge pull request #8 from davharris/dots
pass arguments from prophet() to Stan
|
2017-02-26 12:25:40 +02:00 |
|
Ben Letham
|
625c3992b7
|
Removing stan files from root directory since they are now included in both R and Python directory. This means code duplication, but it seems that there can be issues in Windows with symlinks in github (http://stackoverflow.com/questions/5917249/git-symlinks-in-windows) so we are better off not using them.
|
2017-02-26 10:59:11 +02:00 |
|
bletham
|
f0408d5f5b
|
Merge pull request #23 from zedoul/master
Add inst/stan to R pkg
|
2017-02-26 00:50:08 -08:00 |
|
Kim Seonghyun
|
a3fc168464
|
Add inst/stan
Signed-off-by: Kim Seonghyun <shyeon.kim@scipi.net>
|
2017-02-26 04:43:02 +01:00 |
|
Sean J. Taylor
|
3da0526cf8
|
Fix links to documentation.
Add some notes about how to edit docs.
|
2017-02-25 18:33:24 -08:00 |
|
Sean J. Taylor
|
13e168687a
|
Merge pull request #12 from pmlandwehr/master
Add LICENSE to Python source distribution
|
2017-02-24 14:42:10 -08:00 |
|
Peter M. Landwehr
|
54638d18da
|
Add LICENSE to Manifest
|
2017-02-24 14:35:10 -08:00 |
|
Peter M. Landwehr
|
9977a97266
|
Copy of LICENSE in python repo
|
2017-02-24 14:34:32 -08:00 |
|
Sean J. Taylor
|
560996b151
|
Merge pull request #9 from facebookincubator/fix-readme-links
Fix "get started" links to website in the readme
|
2017-02-24 09:48:26 -08:00 |
|
Paul O’Shannessy
|
a60300e230
|
Fix "get started" links to website in the readme
|
2017-02-24 09:47:19 -08:00 |
|
Sean J. Taylor
|
6606d5d134
|
Merge pull request #3 from rolando-contrib/missing-deps
Declare matplotlib/numpy as explicit dependencies.
|
2017-02-24 09:37:51 -08:00 |
|
Sean J. Taylor
|
f08934f485
|
Merge pull request #4 from rolando-contrib/include-tests
MNT Include tests in the package
|
2017-02-24 09:37:32 -08:00 |
|
Sean J. Taylor
|
700501b75f
|
Merge pull request #6 from jgabry/patch-1
fix link to Stan website
|
2017-02-24 09:37:12 -08:00 |
|
David J. Harris
|
e98cbaaa1a
|
pass arguments from prophet() to Stan
|
2017-02-24 12:33:19 -05:00 |
|
Jonah Gabry
|
ea82291b04
|
fix link to Stan website
|
2017-02-24 11:48:01 -05:00 |
|
Rolando Espinoza
|
3162d6c94f
|
Declare matplotlib/numpy as explicit dependencies.
|
2017-02-24 02:40:39 -04:00 |
|
Rolando Espinoza
|
c8b79e824b
|
MNT Include tests in the package
|
2017-02-24 02:36:57 -04:00 |
|
Sean J. Taylor
|
61b4822c37
|
Merge pull request #1 from JoelMarcey/master
Add CONTRIBUTING to docs, link to GitHub in docs
|
2017-02-23 09:24:56 -08:00 |
|
Joel Marcey
|
9b81dc72e8
|
Add CONTRIBUTING to docs, link to GitHub in docs
|
2017-02-23 08:14:07 -08:00 |
|
Sean J. Taylor
|
e51b42b336
|
Initial commit
|
2017-02-22 15:59:43 -08:00 |
|