Seethamraju Purvaj
01/03/2025, 12:35 PMfeature_contributions
as when I try to extract them I get nixtla client has no parameter / member variable feature_contributions do we need any specific version of nixtla for this ? I have 0.6.4
Thanks.José Morales
01/03/2025, 4:30 PMnixtla_client.forecast(..., feature_contributions=True)
Seethamraju Purvaj
01/04/2025, 5:53 AMparams = {
'df': lesser_data,
'target_col': 'y',
'h' :10,
'freq': 'D',
'id_col': 'ResourceId',
'X_df': future_variables[['ResourceId','ds']],
'feature_contributions': True
}
predictions = nixtla_model.forecast(**params)
José Morales
01/04/2025, 6:55 PMSeethamraju Purvaj
01/06/2025, 8:05 AM