top of page

Python ML guided project Level 1, 24min - simple linear regression house price prediction

This intro project is great for those new to Sklearn. Learn how to set up an ML workflow. From exploratory data analysis to predictions. Use pandas and seaborn in Python to perform your data analysis. Then use Sklearn to do the train test split and make your predictions. Here we also look at the R-squared score to evaluate our model.










Send data science teacher brandyn a message if you have any questions







Use seaborn swamplot to detail valuable insights.


Use seaborn's Violinplot to inspect our distributions.





Use the heatmap in seaborn with the correlation matrix from pandas to plot and inspect all the correlations in your dataset.



Use sklearn's StandardScaler to standardize your data and get it ready for modeling.








26 visualizaciones0 comentarios

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page