Supervised learning, regression
Hi guys, I wrote this code for this question and my score is 0.10724 and the first person's score is 0.10676. I want those who know how to look at machine learning to improve and optimize my code and tell me why my score gets worse no matter what I do and even when I use a neural network model? Can someone fix my code please?......Description đ§Ş Problem Description Steel slab quality plays a crucial role in industrial manufacturing. Predicting the quality of a slab during production can lead to better decision-making, reduced waste, and more efficient processes. đ What Youâll Do Explore and preprocess the dataset Engineer or select relevant features Train a regression model using the train.csv data Predict the quality score of slabs in test.csv Submit your predictions and compete on the leaderboard đ Dataset train.csv: Includes features and target variable (quality_score) test.csv: Contains features only đ Evaluation Submissions are evaluated using Root Mean Squared Error (RMSE) RMSE