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

Xbox prediction #637

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

aswathcm29
Copy link

@aswathcm29 aswathcm29 commented Aug 8, 2024

Related Issue

  • CSSOC 2024 Participant
  • Contributor

Closes: Xbox Game Prediction #370

Add-ons

  • Feature Engineering: Implemented feature extraction from timestamp data (click_time and query_time).
  • Data Preprocessing: Converted timestamp columns to datetime format, handled mixed formats, and performed label encoding on categorical features.
  • Model Building: Developed and evaluated two machine learning models:
  • Logistic Regression: Achieved 79.25% accuracy.
  • Random Forest Classifier: Achieved 95.80% accuracy.
  • Results Analysis: Compared model performances and documented findings.

Type of change

What sort of change have you made:

  • My code follows the code style of this project.
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

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.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.

Copy link

welcome bot commented Aug 8, 2024

Hello there! 👋 Welcome to the project! 💖
Thank you and congrats 🎉 for opening your first pull request. Please adhere to our Code of Conduct. 🙌🏻 We will get back to you as soon as we can. 😄

Feel free to get in touch with me through social media handles. Hope to see you there!😄

@aswathcm29
Copy link
Author

Hey @prathimacode-hub ! I have done things promptly as per your contributing guidelines and code of conduct hope you'll review the code and hence get to say me a positive response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant