anofox-forecast 0.9.0

Time series forecasting library
Documentation
{
  "model": "Naive",
  "horizon": 10,
  "forecast": [
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189,
    63.600098334189
  ],
  "future_x1": [
    0.9749279121818244,
    0.4338837391175549,
    -0.4338837391175549,
    -0.9749279121818212,
    -0.7818314824680233,
    3.4314869601589423e-15,
    0.7818314824680275,
    0.9749279121818261,
    0.4338837391175615,
    -0.4338837391175483
  ],
  "future_x2": [
    1.0,
    1.011111111111111,
    1.0222222222222221,
    1.0333333333333334,
    1.0444444444444445,
    1.0555555555555556,
    1.0666666666666667,
    1.077777777777778,
    1.088888888888889,
    1.1
  ],
  "future_dates": [
    "2020-04-10",
    "2020-04-11",
    "2020-04-12",
    "2020-04-13",
    "2020-04-14",
    "2020-04-15",
    "2020-04-16",
    "2020-04-17",
    "2020-04-18",
    "2020-04-19"
  ]
}