Code Review Off-Platform Project: Reggie's Linear Regression

Hello, I am Firas. I am currently done with 39% of the business intelligence data analyst course. I am looking for a partner to do a code review with and possibly help me learn how to do one. I am doing the Reggie Linear Regression project right now.

Try GitHub or Kaggle—lots of data people collaborate there. Reddit’s r/learnprogramming or r/datascience could also be good spots to find someone. If you’re new to code reviews, start by checking if your code is clear, efficient, and follows best practices. Look at variable names, comments, and how clean your logic is. For your regression project, focus on data preprocessing, feature selection, and making sure you’re evaluating the model properly, not just looking at R-squared.