You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if naive bayes performance decrease on different sample on the data.
What is C in the SVM/SVC - understand it deeper and try smaller than 1 C
How the model behave to the standartize of making it binary. or binning it by percentages (but dont do percentage over the zero). it should also help NB.
Desicion Tree - Check how well is the perfomance.
Calculate the Training Accuracy.
Data exploration - Feature selection - what single features makes the best model? sequentional feature selection (greedy algorithm).
False analysis the model - what charecterizes the False Positive? and the False Negative?
The text was updated successfully, but these errors were encountered:
Hard negative mining - what charecterizes the example you are most wrong on. and than in iterative training you can show those examples to the model more times.
The text was updated successfully, but these errors were encountered: