I am classifying into two classes and data points in one class are almost 3 times more than data points in the second class. My question is that is fitcsvm sensitive to unbalanced datapoints? oe should I do some tricks to overcome this?
For example fitcsvm uses prior probabilities (give some probabilities to each datapoint based on their frequencies) in the algorithm and it might help to eliminate the effect of unbalanced data points on classification outcome.