tilman151 / rul-datasets

A collection of datasets for RUL estimation as Lightning Data Modules.
https://krokotsch.eu/rul-datasets
40 stars 2 forks source link

C-MAPSS: How to Scale y-Data / RUL Values #64

Closed eTuDpy closed 5 months ago

eTuDpy commented 5 months ago

Hi, quick question: within the C-MAPSS dataset, is it possible to apply a MinMax Scaler on the y-values as well?

tilman151 commented 5 months ago

No, it's not possible. They always lie between 0 and max_rul, so you can just divide by max_rul inside your model.