You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reaching out to us.
The purpose of the function is, namely, to merge numpy arrays having the data from each unit.
As outlined in the README, This N-CMAPSS consists of several units (i.e., engines); the data for each unit comprises samples (i.e., measurements) and labels. To prepare the training/test data for training your DL model, you need to prepare one array concatenating all those samples/labels from different units. Namely, the function loads the arrays from each unit and merges to provide you with sample/label arrays to be used for training/test.
If you have any further questions, don't hesitate to contact me at this email address: "[email protected]".
Hello author, sorry to bother you. I would like to ask
Load created samples
At first, you should load each of the npy files created in /Samples_whole folder. Then, the samples from the different engines should be aggregated.
The shape of your sample array should be (# of samples from all the units, window size, # of variables)
What is the purpose of this part?
The text was updated successfully, but these errors were encountered: