SofaPirate / Plaquette

Object-oriented Arduino library for creative physical computing
https://sofapirate.github.io/Plaquette/
GNU General Public License v3.0
15 stars 4 forks source link

Create a scaler that is more resistant to outlier than MinMaxScaler #107

Open sofian opened 7 months ago

sofian commented 7 months ago

See this discussion: https://chat.openai.com/c/f3b632b9-744f-4372-8953-4ba92f46e315

The P2 algorithm was suggested: https://www.cse.wustl.edu/~jain/papers/ftp/psqr.pdf Code: https://github.com/FooBarWidget/p2/blob/master/p2.cpp

Also: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html