saminfatehi

Results 14 comments of saminfatehi

You need to follow steps 1, 2, and 3 in README. Then you can run predictor.py to predict the personality traits for new input.

Hi @Pompiia, It takes time to create SVM models by essays dataset. If you save the model once you can use them for other times. Now I modified the predictor.py...

Hi @kkkkangx, The text should get user input. When you run the original predictor.py you'll see this: ![image](https://user-images.githubusercontent.com/16422625/116684883-c9408680-a9c6-11eb-85a6-804d80fa7ebd.png) Then you should enter your custom text like this and press Enter:...

predictor.py creates and saves SVM models for the first time and uses them other times.