Views
No views yet
RecommendToEveryone = 0/1).Pages (integer)Thickness (float)ReadStatus (categorical: read/started/not read)Genre (categorical: fiction/nonfiction)RecommendToEveryone (binary target)| Rank | Model | Test Accuracy | Validation Accuracy |
|---|---|---|---|
| 1 | RandomForestEntr_BAG_L1 | 0.55 | 0.65 |
| 2 | LightGBM_r96_BAG_L2 | 0.53 | 0.72 |
| 3 | LightGBMLarge_BAG_L2 | 0.53 | 0.74 |
RandomForestEntr_BAG_L1RandomForestEntr_BAG_L1 as best in this run, LightGBM models sometimes achieved higher validation accuracy but generalized less strongly.1@model{bareethul_books_classification,
2 author = {Kader, Bareethul},
3 title = {AutoML Books Classification},
4 year = {2025},
5 framework = {AutoGluon},
6 repository = {https://huggingface.co/bareethul/AutoML-books-classification}
7}