Complete Machine Learning Project- Prediction An Employee will Stay or Leave? Compiled all the Parts

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • Complete Machine Learning Project- Prediction An Employee will Stay or Leave? Compiled all the Parts.
    In this video, I have continued a Machine Learning project (the modelling, predicting the output) where our aim is predict whether an employee will leave the company or not?????
    We will use the employee dataset containing all the details of the employees and try to find the reasons of leaving. We will use visualizations techniques to find the relations between different columns and find the causes behind their resignation. So that, it can be predicted whether any employee will leave the company in future or not based on his details. As, the output is a categorical variable, we have used Logistic Regression Model.
    Complete Project with DataSet- github.com/dat...
    Playlist on Python Course - • Python Playlist: Maste...
    Playlist on Python Libraries - • Python Libraries- Nump...
    Playlist on Machine Learning Project- • Machine Learning- Play...
    Playlist on Statistics and Mathematics Required to learn Data Science- • Statistics & Mathemati...
    Playlist on Machine Learning Algorithms- • Machine Learning- Play...
    Playlist on Interview Session on Python - • Interview Session on P...
    Playlist on Git and Github - • Playlist on Github
    Complete Data Science Roadmap - / data-science-roadmap-2024
    Get in touch:
    Facebook- www.facebook.c...
    Linked In - / posts
    Email ID- datasciencejourney100@gmail.com
    Portfolio Website - datascience-11...
    #datasciencesphere, #datascienceforbeginners #datascience, #python, #machinelearning, #artificialintelligence, #datascientist , #datasciencetutorial,

ความคิดเห็น • 5

  • @arthurjac8460
    @arthurjac8460 2 หลายเดือนก่อน +1

    Is there another way to find the correlation between columns? Aside from the box plot and histplot?

    • @DataScienceSphere
      @DataScienceSphere  2 หลายเดือนก่อน +1

      You can use heatmap, df.corr() to find the correlation between columns. You can try pair plot also. Depending on specific requirement, you have to select the plot. You can watch out my matplotlib and seaborn tutorial for further reference...

  • @chandramondal1501
    @chandramondal1501 3 หลายเดือนก่อน

    great explanation.

  • @UmaShankarSingh-zo9oe
    @UmaShankarSingh-zo9oe 4 หลายเดือนก่อน

    LINK OF DATASET??

    • @DataScienceSphere
      @DataScienceSphere  4 หลายเดือนก่อน +1

      Sry, I missed that before. Now I have provided the link fot both- the dataset and the code...