Income Prediction Machine Learning Project in Python

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии •

  • @963seeker
    @963seeker Год назад +14

    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.

  • @alessandrozonato98
    @alessandrozonato98 Год назад +8

    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

  • @motishreepatel107
    @motishreepatel107 Год назад +1

    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.

  • @lrgamito
    @lrgamito 7 месяцев назад

    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.

  • @hosseinrezazadeh9011
    @hosseinrezazadeh9011 8 месяцев назад

    Thank you.
    Really, your content is always excellent, the practical projects that you give as examples clarify the topics

  • @frakfeem
    @frakfeem Год назад +5

    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 Год назад +3

      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 7 месяцев назад

      @@Anonymous-tm7jp it is not that simple, u need to create a pipeline to handle derived features etc

  • @SmutnaDziewczyna-cn1gh
    @SmutnaDziewczyna-cn1gh Год назад +7

    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 Год назад +1

      Same here, I'd really like to hear more about implementation and whatever comes after this.

    • @YashSinghal
      @YashSinghal Год назад

      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

  • @zdimonz
    @zdimonz Год назад +1

    Another amazing tutorial to watch!

  • @charlesxavier5025
    @charlesxavier5025 6 месяцев назад

    Why did we not use df.dropped instead of df when creating train and test data at 28.42

  • @nicolasm31
    @nicolasm31 6 месяцев назад

    Es muy buena la información y la explicación. Solo una pregunta: cómo se hace la predicción para una nueva persona?

  • @hoangha6680
    @hoangha6680 Год назад

    can you tell me the shortcut keys you used to open the new window to install the packages at 3:11?

  • @nerualbrain
    @nerualbrain Год назад

    Thanks for this amazing tutorial

  • @another_coding_channel_argh
    @another_coding_channel_argh Год назад

    This is the first RUclips video I've been the first person to watch. 🤣🤣🤣

  • @Тима-щ2ю
    @Тима-щ2ю Год назад +1

    is not "?" equals to None (missing value)?

  • @Maailmanmatkava
    @Maailmanmatkava Год назад +1

    'fnlwgt' means final weight

  • @andyn6053
    @andyn6053 7 месяцев назад

    Why don u just use:
    X_train, X_test, y_train, y_test = train_test_split(df, test_size = 0.2)?

  • @technical9871
    @technical9871 Год назад

    Awesome tutorial 👍

  • @silva-dsd
    @silva-dsd Год назад

    Amazing tutorial!

  • @israelakinola-elewode3833
    @israelakinola-elewode3833 8 месяцев назад

    What is the name of these theme?

  • @vietndk5437
    @vietndk5437 Год назад

    amazing tutorial, thanks alot

  • @NavyTriedCode28
    @NavyTriedCode28 Год назад

    where is the video tutorial on installation?

  • @abhinavgarg0077
    @abhinavgarg0077 Год назад +3

    15:32 shouldn't it be ">50K"? , it is giving 0 value to that whole attribute, which is not desirable

  • @HamzaKhan-zu9zl
    @HamzaKhan-zu9zl Год назад

    Which OS is he using?

  • @fun4allization
    @fun4allization 8 месяцев назад +1

    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 8 месяцев назад

      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 8 месяцев назад

      same here. i end up with 'true' or 'false' and in the video it shows 0 and 1

    • @lrgamito
      @lrgamito 8 месяцев назад

      After some research, ifound that pd.get_dummies default output changed. Try changing the code to pd.get_dummies(df.occupation, dtype='int64')

  • @CarlxWentzel
    @CarlxWentzel 9 месяцев назад +1

    Hey brother man, is there an alternative to forest.feature_names_in_ section? Either I'm outdated or it doesn't work. Cheers.

  • @RevistaGiro360
    @RevistaGiro360 10 месяцев назад

    great

  • @hannahprobably5765
    @hannahprobably5765 Год назад

    thx

  • @elvis7435
    @elvis7435 Год назад

    Nice video Bruv

  • @hpforthewin469
    @hpforthewin469 Год назад

    18:23

  • @philtoa334
    @philtoa334 Год назад

    Thx_.

  • @swoyamnayak1324
    @swoyamnayak1324 Год назад

    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?

  • @MentahanLirikLaguOfficial
    @MentahanLirikLaguOfficial Год назад

    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!

  • @sumitsharma4385
    @sumitsharma4385 Год назад

    Hey, when will you talk about the real company Cannafarm Ltd that brings profit?

  • @soloinengland
    @soloinengland Год назад

    I need your help in my project, just basic help for my assignment. Would it be possible for you to do it?

  • @nengneneng8175
    @nengneneng8175 Год назад

    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?

  • @na9077
    @na9077 Год назад

    Hey, when will you talk about the real company Cannafarm Ltd that brings profit?

  • @pallaviwaghmare605
    @pallaviwaghmare605 Год назад

    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!

  • @carapasa2324
    @carapasa2324 Год назад

    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!