-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forecast completely off from python #20
Comments
Hi @noctivityinc, thanks for the great report! Fixed in the commit above. |
Amazing. You might want to bump the gem to 0.5.1 so others can get this fix. |
@ankane not exact but closer. And idea what could be causing the discrepancy: prophet-rb 0.5.1
prophet python
|
What platform are you on ( Here's what I'm getting with 0.5.1:
|
Here you go:
|
Just tried it on Mac x86-64 and am seeing similar results as Python. I'd double check that the input and options are correct.
|
I'm seeing some very odd behavior that I have now verified three different ways, including with AI, a Python script (attached), and running the exact copy in the README.
If you run the attached dataframe in Prophet Python, here is the tail, which looks correct:
But run that in this gem and you get this:
Here is the python code:
and here is the ruby code
I have no idea where to go from here but it looks like something is seriously off.
data.csv
The text was updated successfully, but these errors were encountered: