Trend Forecasting: Future Data Prediction, Array Extension, and Trend Analysis API
Overview This document outlines a forecasting solution that provides an HTTP-based API for predicting future values based on input arrays. # Example input 1,2,3,4,5 output 6,7,8 # Example input 2,4,6,8,10 output 12,14,16,18 The API requires a payment of 0.1 cent per call (a small contribution to sup...