I see from the earlier comments that this runs some sort of "optimized" ARIMA model. Is there anyway to output the statistical information of the fitted model though the API?
Not really. We're directing this more towards a completely automated use-case of forecasting with no human interaction, so it's not on our plans to release internal parameterization of the forecast.
Show HN: Unplugg: An automated Forecasting API for timeseries data
21–30 of 35 posts
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#22Earlier quoted context omitted.
Not really. We're directing this more towards a completely automated use-case of forecasting with no human interaction, so it's not on our plans to release internal parameterization of the forecast.
IMO this would be much more appealing if there were an option to get the model details. I can't see myself presenting results to a group and answering the question "How did you get this?" with "Well, I put my data into this box and what came out seemed pretty good."
What kind of details would you say can be inspected to see if the model is reliable? AR or MA orders, inferred seasonalities? They can give me some notion of what kinds of assumptions were created about my data, but do not guarantee that it will perform :/
For instances where that kind of insight is needed, I don't think our way is the way to go, but rather the use of some forecasting package (R's Forecast or FB's Prophet) and a more exploratory work. But we're looking more at instances where what matters are the forecasted values and not so much the information underneath - automated anomaly detection systems, consumer-facing apps, and along those lines.
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#23Is this somehow connected to facebook Prophet? How do you compare?
We've been expecting this question all day long. As fate has it, we have no connection to FB's Prophet - we at Whitesmith have been working on unplugg for some time now and decided a few weeks ago that this week we'd share it on some communities to have more people testing it and more feedback. It seems that the folks over at Facebook decided something similar. You know what they say, great minds :p Joking aside, as…
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#24Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#25@mgonatav . we are building an internal ERP for our manufacturing business. We use our sales data to try and predict what our future sales will look like. We try and produce what we think we are going to be selling in the next few months. Right, if we sale 3 items a day we just do a straight math and assume we will sale 3x10 in 10 days . I would like to talk to you and see how your service can help us
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#26@mgonatav . we are building an internal ERP for our manufacturing business. We use our sales data to try and predict what our future sales will look like. We try and produce what we think we are going to be selling in the next few months. Right, if we sale 3 items a day we just do a straight math and assume we will sale 3x10 in 10 days . I would like to talk to you and see how your service can help us
Sure thing, shoot me an email at mgontav@unplu.gg and we'll see how we can help you out.
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#27{ "timestamp": 1458000000, "value": 63.422235 }, dear lord, why? this reminds me of the old "xml binary format" joke: 0 0 1 0 0 1 0 0
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#28Earlier quoted context omitted.
IMO this would be much more appealing if there were an option to get the model details. I can't see myself presenting results to a group and answering the question "How did you get this?" with "Well, I put my data into this box and what came out seemed pretty good."
Well, if we provide confidence intervals it should provide some kind of "safety"... but even so, with forecasting the only assurance you can get is by testing it against known historical values and checking it's accuracy (and even that way, historical results are no guarantee of future performance). What kind of details would you say can be inspected to see if the model is reliable? AR or MA orders, inferred seasonal…
I do think the confidence intervals/prediction intervals should be accessible and should probably be adjustable (e.g. 99%, 95%, 80%).
Re: Show HN: Unplugg: An automated Forecasting API for timeseries data
#29Is this somehow connected to facebook Prophet? How do you compare?
We've been expecting this question all day long. As fate has it, we have no connection to FB's Prophet - we at Whitesmith have been working on unplugg for some time now and decided a few weeks ago that this week we'd share it on some communities to have more people testing it and more feedback. It seems that the folks over at Facebook decided something similar. You know what they say, great minds :p Joking aside, as…