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
Currently, the task 03_hw1_impact_encoding_py compares two feature preprocessing methods and tunes XGBoost for them. However, different seeds are used for the random search, leading to different hyperparameters of XGBoost. This makes it unclear if one of them is actually better than the other.