This document discusses the team's approach to solving the Higgs Boson Machine Learning Challenge on Kaggle. It first provides background on the particle physics problem and the goal of classifying events as signal or background. It then describes the team's data preprocessing steps, including handling missing values, data normalization, and feature selection/derivation. Finally, it discusses the machine learning techniques tested, including Random Forest, Gradient Boosting, Neural Networks, and XGBoost classifiers. The team aimed to predict event weights to enable both classification and ranking of test events. Random Forest achieved an initial private score of 2.90576 but struggled with memory usage, leading the team to explore other techniques.