https://github.com/nixtla logo
Join Slack
Powered by
# random
  • w

    WorkerB

    12/28/2022, 2:22 AM
    A pull request was merged after being reviewed for 5 days, 0 hours: mlforecast/[FEAT] Add step size argument to cross validation method
  • w

    WorkerB

    12/28/2022, 2:22 AM
    A pull request that waited for review 7 days, 4 hours has been merged: mlforecast/[FEAT] Add step size argument to cross validation method
  • w

    WorkerB

    12/28/2022, 3:45 PM
    No se puede mostrar este contenido.
  • w

    WorkerB

    12/28/2022, 5:32 PM
    A pull request that waited for review 2 days, 17 hours has been merged: neuralforecast/[FEAT] Optimization improvements and new features
  • w

    WorkerB

    12/29/2022, 12:36 AM
    A pull request that waited for review 4 days, 3 hours has been merged: mlforecast/[FEAT] Add
    new_data
    argument to
    predict
    method (allow transferability)
  • w

    WorkerB

    01/05/2023, 1:02 AM
    A pull request with 48 code changes was merged without review: statsforecast/[FEAT] Test recover M3 performance
  • w

    WorkerB

    01/27/2023, 3:01 PM
    A pull request that waited for review 2 days, 17 hours has been merged: neuralforecast/[FEAT] Added
    valid_loss
    possibilities
  • w

    WorkerB

    02/02/2023, 9:34 PM
    A pull request that waited for review 3 hours, 27 minutes has been merged: neuralforecast/[FEAT] Zero Inflated and Categorical Distributions (NBinomial, Tweedie, Bernoulli)
  • w

    WorkerB

    02/03/2023, 3:11 AM
    A pull request with 35 code changes was merged without review: mlforecast/automate release
  • w

    WorkerB

    02/03/2023, 11:58 PM
    A pull request that waited for review 2 hours, 24 minutes has been merged: neuralforecast/[FEAT] Added predict_rolled method
  • w

    WorkerB

    02/21/2023, 5:41 PM
    A pull request that waited for review 20 hours, 57 minutes has been merged: mlforecast/[DOCS] Add transfer learning tutorial
  • w

    WorkerB

    02/28/2023, 6:03 AM
    A pull request with 48 code changes was merged without review: statsforecast/Update README.md
  • w

    WorkerB

    07/05/2023, 11:54 AM
    A pull request with 35 code changes was merged without review: mlforecast/add cross validation fitted values
  • w

    WorkerB

    07/05/2023, 11:54 AM
    A pull request with 46 code changes was merged without review: mlforecast/allow id_col in static_features
  • w

    WorkerB

    07/05/2023, 11:54 AM
    A pull request that waited for review 1 day, 9 hours has been merged: mlforecast/allow id_col in static_features
  • j

    Jeff Tackes

    07/17/2023, 1:44 PM
    Kraft Heinz is HIRING data scientists! We are looking to fill 3 roles by individuals with experience in time-series forecasting! Are you interested? Apply now, currently interviewing for these roles! Candidates must be US located. Headquartered in Chicago, IL but remote US also available. Principal Data Scientist: https://lnkd.in/gxrXbvt4 Senior Manager of Data Science: https://lnkd.in/gPfTWdKD Senior Data Scientist: https://lnkd.in/gCUNy2QG
  • s

    Simon Weppe

    07/20/2023, 4:05 AM
    Hi there @Max (Nixtla) @Cristian (Nixtla). I have a general question about how
    mlforecast
    ,
    statsforecast
    and
    neuralforecast
    can interact (or not?). From what I understand,
    mlforecast
    allows to train and apply any models from sklearn as well as lightgbm/xgboost. Is it possible to also use models from
    statsforecast
    (e.g. AutoARIMA) or from
    neuralforecast
    (e.g. NBEATS) ?
  • s

    Slackbot

    07/20/2023, 4:06 AM
    This message was deleted.
    m
    s
    • 3
    • 3
  • s

    Simon Weppe

    07/20/2023, 4:06 AM
    Or am I missing something here ?
  • s

    Slackbot

    07/21/2023, 2:16 PM
    This message was deleted.
    k
    m
    t
    • 4
    • 5
  • p

    Phil

    08/19/2023, 4:39 AM
    Out of curiosity, have any of you tried some timeseries data augmentation techniques like the block bootstrap. I was thinking of Hyndman's Bagged ETS model. https://otexts.com/fpp2/bootstrap.html#bagged-ets-forecasts That got me thinking about having a bagged bootstrap timeseries loader for every batch that goes into one of your models.
  • d

    Deepanjan Datta

    09/24/2023, 4:29 PM
    Hi, is it possible to save a trained MLForecast model object and later load it for prediction ?
  • m

    Manuel

    10/03/2023, 8:50 PM
    Google released their novel TiDE forecasting model to Vertex AI: https://cloud.google.com/blog/products/ai-machine-learning/vertex-ai-forecasting
    🙌 3
  • a

    Angelica Da Silva

    10/13/2023, 3:58 PM
    đŸŽ™ïž Testing, testing
 is this thing on?
    👋 6
  • r

    Rodrigo Sodré

    07/07/2024, 8:07 PM
    Greetings. I'm writing my final monograph on Transformers for Financial Time Series and I just found Nixtla's github. It will definitely simplify my work and I decided to use it. I hope I can count on this community to help me.
    ✅ 1
    t
    e
    • 3
    • 8
  • r

    Ricardo Barros Lourenço

    12/04/2024, 5:45 PM
    Nice work @Rodrigo SodrĂ©. Is the portuguese version publicly available? (eu sou brasileiro 🙂 )
    r
    • 2
    • 3
  • m

    Maro

    02/05/2025, 6:45 AM
    I’m new to the Slack community and excited to be here! Could anyone please share their insights or predictions for BTC price over the following timeframes? 4 hours 1 day 1 week Looking forward to your thoughts. Thanks in advance!
    😂 1
    🚀 1
  • d

    DANIEL KIM

    02/07/2025, 10:05 PM
    Hi all! Would this be an appropriate implementation of the Simple Combination of Univariate Model (SCUM) if I have monthly data (all positive) and I want to generate 2 years worth of predictions?
    Copy code
    # Monthly dataset:
    df = df[['unique_id', 'ds', 'y']]
    
    seasonality = 12 
    
    models = [
        AutoETS(model = 'ZZZ', season_length = seasonality),
        DynamicOptimizedTheta(season_length = seasonality),
        AutoCES(season_length = seasonality),
        AutoARIMA(season_length = seasonality)
    ]
    
    # Instantiate StatsForecast class
    sf = StatsForecast( 
        df = d_new,
        models = models,
        freq = 'MS', 
        n_jobs = -1,
        fallback_model = SeasonalNaive(season_length = seasonality)
    )
    
    sf.fit()
    
    d_sf = sf.predict(h=24)
    model_cols = [c for c in d_sf.columns if c != 'ds']
    
    d_sf['yhat'] = d_sf[model_cols].clip(0).median(axis=1, numeric_only=True)
    m
    t
    d
    • 4
    • 6
  • h

    Hadar Sharvit

    02/24/2025, 6:28 PM
    hey all! anybody coming to iclr 2025?
  • d

    DANIEL KIM

    03/13/2025, 8:08 PM
    Hi! Is there a working link to: "example" under the cross validation Evaluate Results section? https://nixtlaverse.nixtla.io/statsforecast/docs/tutorials/crossvalidation.html#evaluate-results
    m
    • 2
    • 3