Discussions
how does nixtla handle nan values?
10 days ago by Andreas
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?