illinoisdata / DeepOLA

7 stars 5 forks source link

Implement aggregate scaler and apply to q1 as an example #135

Closed mIXs222 closed 1 year ago

mIXs222 commented 1 year ago

Implemented aggregate scaler which has 3 layers, from bottom to top:

Added to q1.rs as an example. Verified that the mean absolute percentage error range is below 2%, instead of 60% without the scaler.

Depending on PR #133 (and PR #134)