Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nurse Stress Prediction #539

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Conversation

Avdhesh-Varshney
Copy link
Contributor

Pull Request for ML-Crate 💡

Issue Title: Nurse Stress Prediction

  • Info about the related issue (Aim of the project) : The aim of this project is to predict the stress on nurse based on the given dataset.
  • Name: Avdhesh Varshney
  • GitHub ID: https://github.com/Avdhesh-Varshney
  • Idenitfy yourself: IWOC'24 Contributor

Closes: #517

Describe the add-ons or changes you've made 📃

  • Load the dataset which contains 11509051 entries in it and having 9 columns in it.
  • Checked for missing values and cleaned the data accordingly.
  • Analyzed the data, found insights and visualized them accordingly.
  • Plotting heatmap using correlation and checking the relation between different features.
  • Performing PCA to reduce the number of features and normalize the data to remove the effect of outliers.
  • Found detailed insights of different columns with target variable using plotting libraries.
  • Train the datasets by different models and saves their accuracies into a dataframe.
  • Visualize the accuracy and finalize the best fitted model.

Type of change ☑️

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

  • I have made this project on the google colab.
  • So, just download the file and run it by linking kaggle.json in the drive.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @Avdhesh-Varshney :)

@Avdhesh-Varshney
Copy link
Contributor Author

@abhisheks008 please review this pr and requested to merge this pr under IWOC'24

@abhisheks008 abhisheks008 changed the title Nurse Stress Prediction Model Ready Nurse Stress Prediction Jan 21, 2024
Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.
@Avdhesh-Varshney

@abhisheks008 abhisheks008 added Approved ✅ This PR is approved by the PR or, Mentors. Advanced Points 40 - SSOC 2024 IWOC2024 IWOC 2.0 Open Source Event labels Jan 21, 2024
@abhisheks008 abhisheks008 merged commit d659232 into abhisheks008:main Jan 21, 2024
1 check passed
@abhisheks008 abhisheks008 added the Points Added 🎉 This issue's points has been added to the leaderboard. label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced Points 40 - SSOC 2024 Approved ✅ This PR is approved by the PR or, Mentors. IWOC2024 IWOC 2.0 Open Source Event Points Added 🎉 This issue's points has been added to the leaderboard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nurse Stress Prediction
2 participants