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 managed to participate in Kaggle Titanic competition where I manually code the model that can predict survival rate achieving 79% accuracy with SVM and systematic hyperparameter tuning: : feature engineering, optimization strategies : GridSearch, HalvingRandomSearch, RandomizedSearch
scikit-learn-compatible hyperparameter search: BayesHalvingSearchCV (or HalvingBayesianSearchCV - Bayesian/GP) and PatternSearchCV (Hooke-Jeeves), with multi-fidelity data growth for faster tuning on large datasets