Discussions

Ask a Question
Back to All

how does nixtla handle nan values?

Hey!

I am calling nixtla api with:

preds_df = nixtla_client.forecast(
df = TS_df,
hist_exog_list = exogenous_vars,
h = 7,
model = model,
time_col = 'ds',
target_col = 'amount_requested',
level = model_config['ci'],
add_history=True,
)

how does it handle nan values?