bareethul commited on
Commit
91aafe9
·
verified ·
1 Parent(s): 5e3db0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,9 +38,9 @@ The task is to predict whether a book is **recommended to everyone** based on ta
38
  ### Direct Use
39
  - Educational demonstration of AutoML on a small tabular dataset.
40
  - Comparison of multiple classical ML models through automated search.
41
- - Understanding validation vs. test performance trade-offs.
42
 
43
- ### Out-of-Scope Use
44
  - Not designed for production or book recommendation engines.
45
  - Dataset too small to generalize beyond classroom context.
46
 
 
38
  ### Direct Use
39
  - Educational demonstration of AutoML on a small tabular dataset.
40
  - Comparison of multiple classical ML models through automated search.
41
+ - Understanding validation vs. test performance tradeoffs.
42
 
43
+ ### Out of Scope Use
44
  - Not designed for production or book recommendation engines.
45
  - Dataset too small to generalize beyond classroom context.
46