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

IELTS Success Analysis and Prediction Model #568

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

Avdhesh-Varshney
Copy link
Contributor

Pull Request for ML-Crate 💡

Issue Title: IELTS Success Analysis and Prediction

  • Info about the related issue (Aim of the project) : The aim of this project is to analyze and predict the success rates of IELTS.
  • Name: Avdhesh Varshney
  • GitHub ID: https://github.com/Avdhesh-Varshney
  • Idenitfy yourself: IWOC'24 Contributor

Closes: #511

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

  • Load the dataset which contains 27 entries in it and having 23 features 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.
  • Found detailed insights of different columns with target variable using plotting libraries and plot the box-plot to see the distribution of dataset correspond to target features.
  • Split the dataset into training and testing dataset.
  • Apply PCA to reduce the number of features.
  • Apply different training models and get their accuracies and MSE and R2 scores.
  • Train the datasets by different models and saves their accuracies into a dataframe.

Type of change ☑️

What sort of change have you made:

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

How Has This Been Tested? ⚙️

Dry run the project and get insights of the project.

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

github-actions bot commented Feb 8, 2024

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 it under IWOC'24

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 under IWOC 2024 @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 Feb 8, 2024
@abhisheks008 abhisheks008 merged commit ca765e1 into abhisheks008:main Feb 8, 2024
1 check passed
@abhisheks008 abhisheks008 added the Points Added 🎉 This issue's points has been added to the leaderboard. label Feb 8, 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.

IELTS Success Analysis and Prediction
2 participants