House Price Prediction in Python - Full Machine Learning Project
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Scikit-Learn Full Crash Course - Python Machine Learning
NeuralNine
37.2k views
5 Awesome Machine Learning Project Ideas For Your Resume
NeuralNine
27.5k views
latexify: Turn Python Functions Into Math Formulas
NeuralNine
19.1k views
What is Hugging Face? - Machine Learning Hub Explained
NeuralNine
78.5k views
Full SQL Crash Course - Learn SQL in 90 Minutes
NeuralNine
33.9k views
Advanced Dictionaries: defaultdict in Python
NeuralNine
35.7k views
Deep Reinforcement Learning with OpenAI Gym in Python
NeuralNine
76.6k views
Hashing in Python: Using Hashlib Library for Secure Hashing
NeuralNine
47.6k views
Feature selection in machine learning | Full course
Data Science with Marco
43.1k views
Live Face Recognition in Python
NeuralNine
216.1k views
Top Comments (10)
11:47 train_data.corr(numeric_only=True)
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 )
Mate you explain everything so concisely and keep it so interesting! Really enjoyed this video
16:48, pd.get_dummies(data['ocean_proximity'], dtype=int)
12:19 - plt.figure(figsize=(15,8)) sns.heatmap(train_data.corr(numeric_only=True), annot=True)
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.
Amazing work man
explained better than my instructor xD thanks man
Keep it up bro! Pls do more videos with predictions
Oh my!! Just amazing!! Make more such videos. Thank you so much.
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
Top Comments (10)
11:47 train_data.corr(numeric_only=True)
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 )
Mate you explain everything so concisely and keep it so interesting! Really enjoyed this video
16:48, pd.get_dummies(data['ocean_proximity'], dtype=int)
12:19 - plt.figure(figsize=(15,8)) sns.heatmap(train_data.corr(numeric_only=True), annot=True)
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.
Amazing work man
explained better than my instructor xD thanks man
Keep it up bro! Pls do more videos with predictions
Oh my!! Just amazing!! Make more such videos. Thank you so much.