Navigate Select ESC Close

House Price Prediction in Python - Full Machine Learning Project

2022-11-25 Science & Technology
350.7k
7.2k
288
NeuralNine
NeuralNine
470.0k subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

Today we complete a full machine learning project and we go through the full data science process, to predict housing prices in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ 📚 Programming Books & Merch 📚 🐍 The Python Bible Book: https://www.neuralnine.com/books/ 💻 The Algorithm Bible Book: https://www.neuralnine.com/books/ 👕 Programming Merch: https://www.neuralnine.com/shop 🌐 Social Media & Contact 🌐 📱 Website: https://www.neuralnine.com/ 📷 Instagram: https://www.instagram.com/neuralnine 🐦 Twitter: https://twitter.com/neuralnine 🤵 LinkedIn: https://www.linkedin.com/company/neuralnine/ 📁 GitHub: https://github.com/NeuralNine 🎙 Discord: https://discord.gg/JU4xr8U3dm 🎵 Outro Music From: https://www.bensound.com/ Timestamps: (0:00) Intro (0:44) Loading Data Set (6:32) Data Exploration (13:24) Data Preprocessing (19:54) Feature Engineering (22:40) Linear Regression Model (30:02) Random Forest Model (40:06) Outro

Top Comments (10)

@enesfurkanors1 2023-07-22

11:47 train_data.corr(numeric_only=True)

147 26 replies
@krish4659 2024-05-10

a small summary : for those who are gonna start , he preprocessed the dataset a bit ( removing NaN values, adding features and splitting the catogerical value column to binary columns ) and then scaled,splitted and trained & tested on linear , random forest ..finding best estimator at last ( no explaination on what estimators are, so read forest ahead of doing this )

72 3 replies
@aituition8336 2023-03-17

Mate you explain everything so concisely and keep it so interesting! Really enjoyed this video

35 1 replies
@Kausar2nd 2024-10-29

16:48, pd.get_dummies(data['ocean_proximity'], dtype=int)

30 1 replies
@mathewracing2506 2025-01-12

12:19 - plt.figure(figsize=(15,8)) sns.heatmap(train_data.corr(numeric_only=True), annot=True)

19 5 replies
@ebek4806 2023-05-08

Hi. What I would recommend doing in the hyperparameter tunning phase on the RFR model. Is to use np.range() instead of a list with hard values the model has to use and which are limited to two options or three. Yes this might take a lot of time to run but using randomizedsearchCV would be okay as a starter then if you see the model improving you can use gridsearchcv instead.

10
@mxolisishange7516 2022-11-26

Amazing work man

2
@IkaroSampaioDj 2023-12-25

explained better than my instructor xD thanks man

2
@V.Laz. 2022-11-25

Keep it up bro! Pls do more videos with predictions

2
@tathagataray4899 2022-11-26

Oh my!! Just amazing!! Make more such videos. Thank you so much.

1

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot