GlobalMaksimum / sadedegel

A General Purpose NLP library for Turkish
http://sadedegel.ai
MIT License
92 stars 15 forks source link

Implement Pre-Built Customer Reviews Classifier Model [resolves #232] #242

Closed ertugrul-dmr closed 3 years ago

ertugrul-dmr commented 3 years ago

sadedegel/prebuilt/README.md:

sadedegel/prebuilt/model/customer_review_classification.joblib:

sadedegel/prebuilt/customer_reviews_classification.py:

tests/prebuilt/context.py:

tests/prebuilt/test_movie_review_sentiment.py:

To-do:

husnusensoy commented 3 years ago

Where is the dataset ?

ertugrul-dmr commented 3 years ago

I sent it to @dafajon, I will be implementing imports accordingly when it's up

dafajon commented 3 years ago

import as customer_review_classification. I implemented with this name.

husnusensoy commented 3 years ago

Do we have any baseline score to compare our model(s) that we can cite in README ?

ertugrul-dmr commented 3 years ago

The page I got the dataset from claims 84% F-1 score here: https://www.kaggle.com/savasy/multiclass-classification-data-for-turkish-tc32

husnusensoy commented 3 years ago

document it as we did in other models. Properly site it and resend you PR