Тёмный

Income Prediction Machine Learning Project in Python 

NeuralNine
Подписаться 357 тыс.
Просмотров 27 тыс.
50% 1

Today we build a machine learning model, that predicts people's income.
Dataset: www.kaggle.com/datasets/wenru...
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
💼 Services 💼
💻 Freelancing & Tutoring: www.neuralnine.com/services
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord

Наука

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@963seeker
@963seeker 8 месяцев назад
21:38 just a side note, the reason why gender == 'Male' has a strong correlation is that there are twice as much more males than females in the dataset.That is statistically significant, Therefore we might need to tune the model.
@motishreepatel107
@motishreepatel107 6 месяцев назад
Really useful, this helped me clear many ML concepts. Look forward to be an expert in python like you. It was amazing to see how fast you were writing the python code.
@alessandrozonato98
@alessandrozonato98 Год назад
Another really good video as always! I suggest explaining or underlying a little bit more the fact that correlation IS NOT causation, because many people struggle with this concept and they could easily misunderstand that part of the video
@hosseinrezazadeh9011
@hosseinrezazadeh9011 2 месяца назад
Thank you. Really, your content is always excellent, the practical projects that you give as examples clarify the topics
@lrgamito
@lrgamito Месяц назад
Really awesome. I just wanted to see you actually predicting new inputs, it makes really useful for those who are taking the firsts steps into AI.
@zdimonz
@zdimonz Год назад
Another amazing tutorial to watch!
@shalakadeshan
@shalakadeshan 11 месяцев назад
Amazing tutorial!
@nerualbrain
@nerualbrain 5 месяцев назад
Thanks for this amazing tutorial
@vietndk5437
@vietndk5437 11 месяцев назад
amazing tutorial, thanks alot
@technical9871
@technical9871 11 месяцев назад
Awesome tutorial 👍
@frakfeem
@frakfeem 11 месяцев назад
Really good walk through, thanks! One thing I feel like I don't understand about ML is, you say at the end that we have a machine learning model that predicts people's incomes, but what is the next step? How do you actually predict it? I feel like I only ever see this part in videos and I never see what you actually do with this model afterwards, like how is it useful besides drawing some conclusions as you did?
@Anonymous-tm7jp
@Anonymous-tm7jp 10 месяцев назад
simply call the .predict() function on your model and pass in the features to the functions and you'll get an output as a number, then you can convert it to whatever string you want.
@andyn6053
@andyn6053 17 дней назад
@@Anonymous-tm7jp it is not that simple, u need to create a pipeline to handle derived features etc
@another_coding_channel_argh
This is the first RU-vid video I've been the first person to watch. 🤣🤣🤣
@hoangha6680
@hoangha6680 8 месяцев назад
can you tell me the shortcut keys you used to open the new window to install the packages at 3:11?
@nicolasm31
@nicolasm31 3 дня назад
Es muy buena la información y la explicación. Solo una pregunta: cómo se hace la predicción para una nueva persona?
@southafricangamer7174
@southafricangamer7174 3 месяца назад
Hey brother man, is there an alternative to forest.feature_names_in_ section? Either I'm outdated or it doesn't work. Cheers.
@abhinavgarg0077
@abhinavgarg0077 11 месяцев назад
15:32 shouldn't it be ">50K"? , it is giving 0 value to that whole attribute, which is not desirable
@SmutnaDziewczyna-cn1gh
@SmutnaDziewczyna-cn1gh 11 месяцев назад
and after our model is trained, how can we extract it and actually "try it"? should it be just a simple form when you fill in the most important information about a person and it will output if the prediction is higher or lower than 50K? I don't know how real world implication looks like
@frakfeem
@frakfeem 11 месяцев назад
Same here, I'd really like to hear more about implementation and whatever comes after this.
@YashSinghal
@YashSinghal 10 месяцев назад
you are try passing your test_x in forest.predict and see the model predicting. You can also expose model through API and get inputs and output the predictions
@user-oq7ju6vp7j
@user-oq7ju6vp7j 5 месяцев назад
is not "?" equals to None (missing value)?
@andyn6053
@andyn6053 17 дней назад
Why don u just use: X_train, X_test, y_train, y_test = train_test_split(df, test_size = 0.2)?
@Maailmanmatkava
@Maailmanmatkava 11 месяцев назад
'fnlwgt' means final weight
@NavyTriedCode28
@NavyTriedCode28 6 месяцев назад
where is the video tutorial on installation?
@israelakinola-elewode3833
@israelakinola-elewode3833 2 месяца назад
What is the name of these theme?
@hannahprobably5765
@hannahprobably5765 Год назад
thx
@RevistaGiro360
@RevistaGiro360 3 месяца назад
great
@elvis7435
@elvis7435 Год назад
Nice video Bruv
@philtoa334
@philtoa334 11 месяцев назад
Thx_.
@HamzaKhan-zu9zl
@HamzaKhan-zu9zl 5 месяцев назад
Which OS is he using?
@NeuralNine
@NeuralNine 5 месяцев назад
"He" is using POP!_OS :)
@nengneneng8175
@nengneneng8175 11 месяцев назад
Are cryptocurrency and business incompatible? I think youre not keeping up with the news. While you thought it was impossible, some enthusiasts from Cannafarm Ltd integrated cryptocurrency into the production of medical cannabis. What do you say now?
@ingenieroriquelmecagardomo4067
@ingenieroriquelmecagardomo4067 11 месяцев назад
BOT
@na9077
@na9077 11 месяцев назад
Hey, when will you talk about the real company Cannafarm Ltd that brings profit?
@hpforthewin469
@hpforthewin469 6 месяцев назад
18:23
@unisussexstudent
@unisussexstudent 11 месяцев назад
I need your help in my project, just basic help for my assignment. Would it be possible for you to do it?
@MentahanLirikLaguOfficial
@MentahanLirikLaguOfficial 11 месяцев назад
Wait, do you think cryptocurrency will crash? I dont think so. More and more companies are integrating cryptocurrency into their operations: Amazon, Cannafarm Ltd, Burger King, even Starbucks, dude!
@fun4allization
@fun4allization 2 месяца назад
Need some help with the "Pandas" section. Inputting the line "pd.get_dummies(df.occupation)" outputs all the values as boolean for me. Any assistance would be greatly appreciated!
@rohitsali2603
@rohitsali2603 2 месяца назад
It actually takes all the values , the occupation column have and then makes separate columns for them and if the row had that value it says true otherwise false
@lrgamito
@lrgamito Месяц назад
same here. i end up with 'true' or 'false' and in the video it shows 0 and 1
@lrgamito
@lrgamito Месяц назад
After some research, ifound that pd.get_dummies default output changed. Try changing the code to pd.get_dummies(df.occupation, dtype='int64')
@swoyamnayak1324
@swoyamnayak1324 11 месяцев назад
Are cryptocurrency and business incompatible? I think youre not keeping up with the news. While you thought it was impossible, some enthusiasts from Cannafarm Ltd integrated cryptocurrency into the production of medical cannabis. What do you say now?
@sumitsharma4385
@sumitsharma4385 11 месяцев назад
Hey, when will you talk about the real company Cannafarm Ltd that brings profit?
@carapasa2324
@carapasa2324 11 месяцев назад
Wait, do you think cryptocurrency will crash? I dont think so. More and more companies are integrating cryptocurrency into their operations: Amazon, Cannafarm Ltd, Burger King, even Starbucks, dude!
@ingenieroriquelmecagardomo4067
@ingenieroriquelmecagardomo4067 11 месяцев назад
its a huge ponzi lol.
@Anonymous-tm7jp
@Anonymous-tm7jp 10 месяцев назад
lol, its already crashed
@pallaviwaghmare605
@pallaviwaghmare605 11 месяцев назад
Wait, do you think cryptocurrency will crash? I dont think so. More and more companies are integrating cryptocurrency into their operations: Amazon, Cannafarm Ltd, Burger King, even Starbucks, dude!
Далее
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 252 тыс.
Python Machine Learning Tutorial (Data Science)
49:43
R vs Python
7:07
Просмотров 313 тыс.
This Is Why Python Data Classes Are Awesome
22:19
Просмотров 798 тыс.
SHAP with Python (Code and Explanations)
15:41
Просмотров 54 тыс.
АЙФОН Г0ВН0
0:54
Просмотров 1,5 млн