I am using linear svc (scikit learn) for classification into news categories such as sports,health,world,technology,lifestyle. Now for a given piece of text suppose it has : 1) 5 occurrences of word windows and 3 occurrences of word machine it not classifying into technology but if i use same text and increase occurrences of windows to 12 and machine to 10 it gets classified into technology.
So is there a way to increase importance of any relevant word of class in linear svc ?