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)
If you could brief explain what linear regression did ? Were all the variable taken into account and develop a slop to predict the value based on existing data? What if we removed some negatively correlated data and the response? I fail to understand what we did apart from cool images, if you can make a brief lectures on regression random decision tree cluster with some situation analysis- it would help us Thanks
Every thing was great but the fact that ive to debugg my entire code because we split earlier and had to pre process the test data again was so painfull speacially in jupyter lab
your tutorials are the best thing i found on the internet
Am impressed,your explanation is so smooth and i can keep tyrack and understand every step or code you input💯
your tutorials are on another level! The way you explain complex topics, makes it feel so achievable. Absolute respect for your teaching skills!
Excellent walkthrough. Meaningful predictions rarely come from raw data alone. They emerge from the process of cleaning, structuring and enriching information before the model is ever trained.
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)
If you could brief explain what linear regression did ? Were all the variable taken into account and develop a slop to predict the value based on existing data? What if we removed some negatively correlated data and the response? I fail to understand what we did apart from cool images, if you can make a brief lectures on regression random decision tree cluster with some situation analysis- it would help us Thanks
Every thing was great but the fact that ive to debugg my entire code because we split earlier and had to pre process the test data again was so painfull speacially in jupyter lab
your tutorials are the best thing i found on the internet
Am impressed,your explanation is so smooth and i can keep tyrack and understand every step or code you input💯
your tutorials are on another level! The way you explain complex topics, makes it feel so achievable. Absolute respect for your teaching skills!
Excellent walkthrough. Meaningful predictions rarely come from raw data alone. They emerge from the process of cleaning, structuring and enriching information before the model is ever trained.