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

This is the final version of the question analysis #161

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

alasali1
Copy link
Contributor

@alasali1 alasali1 commented Mar 20, 2022

close #120

Documentation
Sagemaker ML model for determining if a sentence is question/no question
Previous version was a rough draft and often returned sentences as nonsense or "garbled text". I removed the garbled text classification, and made the algorithm to detect only whether the sentence is a question or a statement. Also added a dataframe visualization with sentences to show accuracy.

Time

Description Time taken
1. Research of ML Models 4 hours
2. Analyzing and understanding peers codebase 4 hours
3. Rewriting and testing algorithm 6 hours

Test

  • log into AWS
  • open the sage maker instance name NLTK-question-script
  • Navigate to the backend folder
  • Click on QuestionAnalysis file
  • run code

Gallery
image

2022-03-20

@alasali1 alasali1 requested a review from TurkiBK March 23, 2022 11:31
Copy link
Contributor

@TurkiBK TurkiBK left a comment

Choose a reason for hiding this comment

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

It works.

@dansjack dansjack removed their request for review September 14, 2022 20:39
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.

SageMaker ML model for determining if s sentence is a question/no question
3 participants