I'm working on Capacity prediction models for Lithium-Ion batteries.
I have 10 datasets from 10 different batteries including the capacity and multiple features. Each dataset is time dependent. In the end I want to predict the capacity for a specific time.
To do so, I want to build one model using all data and I'm not sure on how to continue with having 10 datasets from 10 different measurements. Can I merge the 10 datasets into 1 and then devide the complete dataset into train, test and validation set? I'm unsure because the time stamps of each datasets are the same.