-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6024b3b
commit 61530df
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |