We’ve worked hard to keep the high-level process simple. Here’s the basic process:
Then optionally:
timestamp
when submitting the dataset, but that’s not required until initiating a session.For example, you may have a dataset of house prices with features describing the houses including the year that house was built. Even though you have a date as a feature, this is not a time series problem and you would want to choose to use regression. In time series forecasting, we are generally interested in predicting something that is changing over time, but in this dataset, we have several different houses with one date and will be predicting prices of other houses. So, this is a regression problem.
In a time series problem, we expect observations close to each other in time to be more similar than observations far away, after accounting for seasonality. For example, the weather today is usually more similar to the weather tomorrow than the weather a month from now. So, predicting the weather based on past weather observations is a time series problem.
If you’re still not sure which to use, and you have a date/timestamp with target values over time, you can always use our API to try both and compare the results.
Read Sending Data for the technical details.
There are two types of time-series based sessions today:
This is where the data science happens at scale. Behind the scenes a host of algorithms will work to discover what makes your dataset tick, attempting to find what factors are influential to others, where the correlations are and ultimately provide predictions or impact.
Read Sessions for the technical details.
Read Retrieving a Session for more technical details.