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

Feature/food review sentiment multilabel #294

Merged
merged 13 commits into from
Dec 8, 2021

Conversation

ertugrul-dmr
Copy link
Contributor

sadedegel/prebuilt/README.md:

  • Added how to use alternative prebuilt pipeline
  • Added how to use evaluation
  • Added holdout test set F-1 macro score

sadedegel/prebuilt/model/food_sentiment_multilabel.joblib:

  • Dumped pretrained/optimized model weights for multilabel version

sadedegel/prebuilt/food_reviews_multilabel.py:

  • Created functions according to CONTRIBUTING.md
  • Implemented build, load and evaluate functions
  • Added optional argument to check roc_auc score for predict_proba method
  • Best model and vectorizer parameters are selected using optuna

tests/prebuilt/context.py:

  • Added import line for the base model

tests/prebuilt/test_food_reviews_multilabel.py:

  • Added assertions for testing purposes.

sadedegel/dataset/food_review/*

@ertugrul-dmr ertugrul-dmr self-assigned this Oct 1, 2021
@dafajon
Copy link
Contributor

dafajon commented Dec 7, 2021

@ertugrul-dmr Can you please update datasets/README.md with information on data source and the way you discretized the continious labels into class values.

@ertugrul-dmr
Copy link
Contributor Author

Done @dafajon

@dafajon
Copy link
Contributor

dafajon commented Dec 8, 2021

Thanks. Merging and closing.

@dafajon dafajon closed this Dec 8, 2021
@dafajon dafajon reopened this Dec 8, 2021
@dafajon dafajon merged commit 6227996 into develop Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Food Reviews Classification "Multilabel" Version (Prebuilt Model)
3 participants