Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
maskani-moh
/
prophet
Public
forked from
facebook/prophet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
prophet
python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 15, 2017
Typo fix
bletham
committed
7c30a4d
View commit details
Copy full SHA for 7c30a4d
View code at this point
Browse repository at this point
Revert "Fix typo in comment (#180)" (#189)
Show description for 6a62a0e
bletham
authored
6a62a0e
View commit details
Copy full SHA for 6a62a0e
View code at this point
Browse repository at this point
Fix typo in comment (#180)
Show description for 0892b4b
wlad-svennik
authored and
bletham
committed
0892b4b
View commit details
Copy full SHA for 0892b4b
View code at this point
Browse repository at this point
Commits on May 4, 2017
style/comment fixes
bletham
committed
5474fe3
View commit details
Copy full SHA for 5474fe3
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Message for disabling seasonality, Python
bletham
committed
40f6ad6
View commit details
Copy full SHA for 40f6ad6
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
Add version dunder
bletham
committed
b98ec17
View commit details
Copy full SHA for b98ec17
View code at this point
Browse repository at this point
Make plotting interfaces consistent (return figs)
bletham
committed
26ca2f7
View commit details
Copy full SHA for 26ca2f7
View code at this point
Browse repository at this point
0.1.1 version bumps
Sean J. Taylor
committed
813966f
View commit details
Copy full SHA for 813966f
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
Update docstring for plot_components
bletham
committed
541dc9a
View commit details
Copy full SHA for 541dc9a
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Loop debug (#168)
Show description for 5971a23
bletham
authored
5971a23
View commit details
Copy full SHA for 5971a23
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
Allow shifting the start date of the yearly seasonality plot
bletham
committed
df4b615
View commit details
Copy full SHA for df4b615
View code at this point
Browse repository at this point
Allow shifting the start date of the weekly seasonality plot
bletham
committed
cacfdc6
View commit details
Copy full SHA for cacfdc6
View code at this point
Browse repository at this point
Enable seasonalities automatically depending on history length / frequency
bletham
committed
d937f47
View commit details
Copy full SHA for d937f47
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
Allow not showing capacity on plots
bletham
committed
8155143
View commit details
Copy full SHA for 8155143
View code at this point
Browse repository at this point
Make component plots work if forecast range is less than seasonality period
bletham
committed
2083996
View commit details
Copy full SHA for 2083996
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Docstring fix
bletham
committed
50ddd5b
View commit details
Copy full SHA for 50ddd5b
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
style fixes
bletham
committed
1a71122
View commit details
Copy full SHA for 1a71122
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
Only allow a Prophet object to be fit once
bletham
committed
34c0f80
View commit details
Copy full SHA for 34c0f80
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
Document the parameters stored during fitting.
bletham
committed
459e0fe
View commit details
Copy full SHA for 459e0fe
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Add docstring to Python methods, and minor fixes to R documentation.
bletham
committed
b999dd4
View commit details
Copy full SHA for b999dd4
View code at this point
Browse repository at this point
Store dates from history with y NaN for make_future_dataframe
bletham
committed
5677d8c
View commit details
Copy full SHA for 5677d8c
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
Allow to build models in-place. (#100)
Show description for 1a57d19
rolando
authored and
bletham
committed
1a57d19
View commit details
Copy full SHA for 1a57d19
View code at this point
Browse repository at this point
No longer use %-d for strftime since it is not supported in Windows
bletham
committed
1a6b736
View commit details
Copy full SHA for 1a6b736
View code at this point
Browse repository at this point
Fix missing m/d on trend component plot. Previously we used MaxNLocator to limit the number of tick marks on the trend and holiday component plots. This was putting the ticks at various points thro…
Show description for 2c8419e
bletham
committed
2c8419e
View commit details
Copy full SHA for 2c8419e
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
Update pandas requirement for dt.weekday_name
bletham
committed
218455c
View commit details
Copy full SHA for 218455c
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
Check for valid holiday lower/upper windows
bletham
committed
f89faf2
View commit details
Copy full SHA for f89faf2
View code at this point
Browse repository at this point
make_future_dataframe return correct number of periods
bletham
committed
1d37f7f
View commit details
Copy full SHA for 1d37f7f
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Make stan code windows-compatible. (#96)
Show description for e33e7c4
rolando
authored and
bletham
committed
e33e7c4
View commit details
Copy full SHA for e33e7c4
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Merge pull request #98 from rolando-contrib/fix-pickle-protocol
Show description for c22294e
seanjtaylor
authored
c22294e
View commit details
Copy full SHA for c22294e
View code at this point
Browse repository at this point
Fix pickling protocol to use highest available.
Show description for d446bb1
rmax
committed
d446bb1
View commit details
Copy full SHA for d446bb1
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Require stan 2.14 or later
bletham
committed
20aca85
View commit details
Copy full SHA for 20aca85
View code at this point
Browse repository at this point
Allow plotting components separately
bletham
committed
2d2e48b
View commit details
Copy full SHA for 2d2e48b
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Merge pull request #72 from abuccts/issue66-patch
Show description for a3a35f6
seanjtaylor
authored
a3a35f6
View commit details
Copy full SHA for a3a35f6
View code at this point
Browse repository at this point
Merge pull request #84 from lemonlaug/better_mpl
Show description for f287a57
seanjtaylor
authored
f287a57
View commit details
Copy full SHA for f287a57
View code at this point
Browse repository at this point
Adding docstrings to new plotting methods.
lemonlaug
committed
597fce1
View commit details
Copy full SHA for 597fce1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.