Advanced Model SVC [0]
- Genre Oracle
- Nov 2, 2018
- 1 min read
SVC has the best accuracy score in the baseline models, so in the following steps, we will improve the SVC by three ways:
1. Decrease the columns.
2. Add several new features and give relatively high weight: words number, words length, repeat time and protantity percentage.
Base on words format
Base on words meaning
3. Change the key parameters of SVC.
Change the kernel
Change the penalty C.
Comments