North-Seattle-College / ad440-winter2022-thursday-repo

North Seattle College AD 440 Winter 2022 Cloud Practicum class repoitory
Apache License 2.0
2 stars 7 forks source link

Develop simple ML model for classifying sentences based on weight #58

Closed toddysm closed 2 years ago

toddysm commented 2 years ago

Create a simple file with 100 sentences Give a random number (weight) between 0 and 10 to each sentence. Use this as input for ML algorithm that classifies each sentence that has wight more than 2 as good and all others as bad.

eknigge commented 2 years ago

Steven and I worked on this issue together and adjusted the scope a little bit. We are using a sample of less than 100 sentences, but the work we have done could be extended.

We also decided to utilize work done by other classmates with the Vader natural language processing to classify feedback as positive, negative, or neutral.

eknigge commented 2 years ago

Initial time estimate (each, me & Steven) ~10hrs

shipitsteven commented 2 years ago

Next issue would be to iterate on the existing script developed by Eric to generate the output into a JSON format, so it may be consumed by the front end client.

Further research on ML classification, different types of sentiment analysis are also issues we can explore.