This document analyzes a dataset containing sensor data to evaluate the predictive power of each sensor. It first imports necessary packages and loads the dataset. Various analyses are then performed, including checking for null values, descriptive statistics, and correlation. Two approaches are taken: 1) using log loss to rank the sensors based on predictive accuracy, and 2) using linear discriminant analysis (LDA) to also rank the sensors. Both approaches yield similar results, with sensors 8, 4, and 0 found to be most predictive. Strengths, weaknesses, and scalability of the methods are discussed. Suggestions are made to use log loss due to its optimization properties.