Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Points tomer said #1

Open
yiftachn opened this issue Apr 16, 2020 · 1 comment
Open

Points tomer said #1

yiftachn opened this issue Apr 16, 2020 · 1 comment

Comments

@yiftachn
Copy link
Owner

  1. Check if naive bayes performance decrease on different sample on the data.
  2. What is C in the SVM/SVC - understand it deeper and try smaller than 1 C
  3. 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.
  4. Desicion Tree - Check how well is the perfomance.
  5. Calculate the Training Accuracy.
  6. Data exploration - Feature selection - what single features makes the best model? sequentional feature selection (greedy algorithm).
  7. False analysis the model - what charecterizes the False Positive? and the False Negative?
@yiftachn
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant