I have a problem with multiple categorical inputs. These categories do not intuitively map to integers, while preserving their adjacent relationship. Does it make more sense to us a Decision Tree than Linear Regression given this fact? I am getting very high validation error on my LR model with encoded categories, and significantly lower with a Decision Tree.
Im wondering, in practice, if multiple categorical values with the relationship outlined above prevents Linear Regression from being a good model, even after encoding.