How to train a model on a data where there are multiple data inside a data point?

I'm trying to do prediction on capacity column, however each data point consist of more data.

Each data point represent a cycle data. Each cycle has a capacity. Each cycle runs for some time duration, and in that duration some data is collected over which capacity is dependant

I tried exploding the dataset and copying the capacity values to each row, but that shouldn't be the case because each row will get different capacity predicted. Is there a way to train such kind of dataset?

Topic data-mining machine-learning

Category Data Science


What's the difference between different rows. In addition to Nikita's answer, you may want to consider the temporal correlations.


If your list are of fixed size you can separate them in different columns.e.g. load1,load2... If thats not the case, you need to define some statistics for the cycles like average load, max_load, min_load..

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.