How to name categorical variables?

I don’t think it is possible, as in GLM the module add the label of each column from the design matrix as a random variable - thats where the meaningful label comes from. When you model it in a regular pymc3 model block, the RV only got one name, and if it is not a scaler pymc3 will display it element wise with RV_name_0 etc.