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
I’m working on a Bayesian Optimization competition, and I’m trying to understand the best way to apply scaling based on thresholds .
Could you please share any advice or recommendations on how to properly implement scaling (like winsorization or normalization) when thresholds are involved? I want to make sure the scaling is done correctly, especially in the context of Bayesian Optimization, and for cases like multi-objective .
Here is the link to our main issue for more context .
Please provide any relevant code snippet if applicable.