Views
No views yet
| Metric | Score |
|---|---|
| Accuracy | 0.8495 |
| F1-Score | 0.7717 |
| Precision | 0.7824 |
| Recall | 0.7683 |
1{
2 "model_name": "XGBoost",
3 "embedding_model": "google/embeddinggemma-300m",
4 "n_estimators": 5000,
5 "max_depth": 4,
6 "learning_rate": 0.1,
7 "subsample": 0.8,
8 "colsample_bytree": 0.8,
9 "subset": 1.0
10}| Class | Precision | Recall | F1-Score | Support |
|---|---|---|---|---|
| Positive | 0.9168 | 0.9333 | 0.9249 | 45859 |
| Mixed | 0.6215 | 0.4802 | 0.5418 | 12697 |
| Negative | 0.8089 | 0.8916 | 0.8482 | 20181 |
results.json for the complete feature importance analysis.vectorizer.pkl: TF-IDF vectorizerclassifier.pkl: Trained classifierlabel_encoder.pkl: Label encoder for sentiment classesconfig.json: Model configurationresults.json: Complete training results and metrics@misc{game_review_sentiment,
author = {Game Review Sentiment Analysis Project},
title = {Sentiment Analysis Model for Game Reviews},
year = {2025},
url = {https://huggingface.co/wm-grsa-eg-xgboost}
}