all orders in order.csv are in train set only so you can't really use them to build your model because you don't have an order history for test.csv (this is obvious, if we had order.csv for test set then we can easily get a perfect score since we know which customer made an order)
I dont think they would be that useful other than for Analysis to generate insights.
all orders in order.csv are in train set only so you can't really use them to build your model because you don't have an order history for test.csv (this is obvious, if we had order.csv for test set then we can easily get a perfect score since we know which customer made an order)