Predict budget from project names of ThaiME
We tried using project_name of ThaiME projects to predict how much log_budget they will get. The benchmark is done among LinearSVR, ULMFit and Multilingual Universal Sentence Encoder + LinearSVR. The metric is mean squared error (MSE).
| models | mse |
|---|---|
| predict mean | 2.455477 |
| LinearSVR | 1.166351 |
| ULMFit | 1.170797 |
| USE | 1.749290 |