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

Food Delivery Reviews Classification Prebuilt Model [Resolves #290] #291

Merged
merged 5 commits into from
Dec 8, 2021

Conversation

ertugrul-dmr
Copy link
Contributor

sadedegel/prebuilt/README.md:

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

sadedegel/prebuilt/model/food_sentiment.joblib:

  • Dumped pretrained/optimized model weights

sadedegel/prebuilt/food_reviews.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 bayesian optimizer

tests/prebuilt/context.py:

  • Added import line for the base model

tests/prebuilt/test_food_reviews.py:

  • Added assertions for testing purposes.

sadedegel/dataset/food_review/*

@ertugrul-dmr ertugrul-dmr requested a review from dafajon September 6, 2021 12:05
@ertugrul-dmr ertugrul-dmr self-assigned this Sep 6, 2021
@ertugrul-dmr ertugrul-dmr linked an issue Sep 6, 2021 that may be closed by this pull request
@dafajon
Copy link
Contributor

dafajon commented Sep 7, 2021

Which function did you use as loss during Bayesian Opt? Can you upload optimization code separately on a private gist and share with me as contributor. Let's version it for future use next to optuna.

@dafajon dafajon merged commit c7c29f5 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 Delivery Reviews Classification Prebuilt Model
3 participants