The model "treatments.temporal.regression.crn_regressor" encounters an error when handling static categorical variables. While creating the TemporalTreatmentEffectsDataset poses no issues, the model.fit() function seems to only accept static integer or float values and not categorical ones. Am I doing something wrong?
Thank you