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
π‘ House Price Prediction | Regression Modeling Built a machine learning pipeline to predict house prices using Scikit-learn. Applied data preprocessing with ColumnTransformer, handled missing values, and encoded categorical features using OneHotEncoder. Trained a LinearRegression model and fine-tuned it using GridSearchCV to optimize performance.