|
|
## TD Forecasting Example
|
|
|
|
|
|
In this example we want to predict TD Principal of the [Apache Kafka](https://github.com/apache/kafka) test project for 10 steps ahead. Apache Kafka dataset contains 150 versions, so we expect the response to contain predicted TD values for versions 151 to 160. We set the *horizon* parameter to *10* and the *regressor* parameter to *auto*, in order to allow the TD Forecaster to choose the best model based on training error minimization.
|
|
|
|
|
|
Once the server is running, open your web browser and navigate to the following URL:
|
... | ... | |