Skip to content

Commit

Permalink
docs: add model selection notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed May 27, 2024
1 parent 6024b3b commit 61530df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/model selection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

* Random forest are good when there are a lot of categorical features and many of them are not relevant.
* Nonparametric methods are good when you have a lot of data and no prior knowledge and when you do not want to worry to much about choosing the right features (As it is expensive to run make sure there is less then 20 features or so).
* Logistic regression when the data is linearly separable or can be made into it by feature engineering.
* Support Vector machines are good when
* When having noisy and much data use neural networks

0 comments on commit 61530df

Please sign in to comment.