https://github.com/nixtla logo
Join Slack
Powered by
# general
  • s

    Slackbot

    01/19/2023, 6:06 PM
    This message was deleted.
    f
    f
    • 3
    • 5
  • v

    Valeriy

    01/21/2023, 2:05 PM
    https://valeman.medium.com/multi-horizon-probabilistic-forecasting-with-conformal-prediction-and-neuralprophet-5ec5af3888c8
  • j

    Javier Pórtoles

    01/24/2023, 9:34 AM
    Hi, I just wanted to say that in https://nixtla.github.io/statsforecast/arima.html we can see that
  • j

    Javier Pórtoles

    01/24/2023, 9:34 AM
    but in https://nixtla.github.io/statsforecast/models.html#autoarima we can see that
  • j

    Javier Pórtoles

    01/24/2023, 9:35 AM
    but in https://github.com/Nixtla/statsforecast/blob/main/statsforecast/models.py#L63 we can see that
  • j

    Javier Pórtoles

    01/24/2023, 9:36 AM
    although the final truth is that
    👍 1
  • s

    Slackbot

    01/24/2023, 9:37 AM
    This message was deleted.
    f
    m
    j
    • 4
    • 3
  • s

    Slackbot

    01/24/2023, 10:43 PM
    This message was deleted.
    f
    f
    • 3
    • 2
  • s

    Slackbot

    01/25/2023, 10:41 PM
    This message was deleted.
    m
    f
    • 3
    • 10
  • s

    Slackbot

    01/26/2023, 3:38 PM
    This message was deleted.
    m
    • 2
    • 1
  • s

    Slackbot

    01/27/2023, 8:03 PM
    This message was deleted.
    f
    f
    • 3
    • 2
  • s

    Slackbot

    01/28/2023, 10:31 AM
    This message was deleted.
    j
    f
    b
    • 4
    • 3
  • s

    Slackbot

    01/30/2023, 1:35 PM
    This message was deleted.
    j
    f
    • 3
    • 6
  • s

    Slackbot

    01/31/2023, 5:59 PM
    This message was deleted.
    m
    g
    f
    • 4
    • 15
  • f

    Farzad E

    02/03/2023, 9:22 PM
    I fit AutoARIMA to my data and get the (p, d, q) (P, D, Q) out of it and pass that to ARIMA from the statsmodels package and get a different output with lower errors! Has anyone experienced this?
  • s

    Slackbot

    02/05/2023, 2:34 PM
    This message was deleted.
    f
    m
    s
    • 4
    • 5
  • s

    Slackbot

    02/06/2023, 2:58 PM
    This message was deleted.
    f
    • 2
    • 1
  • s

    Slackbot

    02/06/2023, 7:38 PM
    This message was deleted.
    f
    f
    • 3
    • 3
  • v

    Valeriy

    02/07/2023, 12:10 PM
    Amazon Fortuna launches conformal prediction forecasting https://aws-fortuna.readthedocs.io/en/latest/examples/enbpi_ts_regression.html
    👍 1
    🤔 1
  • s

    Slackbot

    02/09/2023, 2:18 AM
    This message was deleted.
    ➕ 1
    v
    • 2
    • 1
  • m

    Max (Nixtla)

    02/10/2023, 5:32 PM
    If you feel like it, please show some love.
  • m

    Max (Nixtla)

    02/10/2023, 5:32 PM
    https://www.linkedin.com/posts/mergenthaler_together-ray-fugue-and-nixtla-provide-act[…]051553001472-fGp1?utm_source=share&utm_medium=member_desktop
  • s

    Slackbot

    02/13/2023, 6:18 PM
    This message was deleted.
    👍 4
    🙌 5
    f
    • 2
    • 1
  • s

    Slackbot

    02/14/2023, 2:10 PM
    This message was deleted.
    k
    r
    f
    • 4
    • 3
  • s

    Slackbot

    02/15/2023, 11:22 AM
    This message was deleted.
    f
    r
    • 3
    • 2
  • s

    Slackbot

    02/21/2023, 12:02 AM
    This message was deleted.
    👀 1
    j
    • 2
    • 1
  • d

    David Gold

    02/21/2023, 4:43 PM
    sorry if this has already been asked but is there a way to extract the entire test set feature matrix, including features added (such as rolling/lagged) when instantiating an MLForecast object? the preprocess method does this for the training set but I want to recover my test set with the aforementioned features added without having to do the calculations for my test from scratch. When I do
    test_sample = model.preprocess(test, id_col='my_id', time_col='ds', target_col='y', static_features=[])
    , I only recover the last sample of the test set feature matrix. TIA.
1...789...12Latest