|
|
|
|
|
by gfodor
4649 days ago
|
|
Nice post. Question for you: feature selection is certainly the most important part of ML. But yet, the focus of most ML texts is on the algorithm zoo and they gloss over feature selection. Are there any good references on the variety of techniques, with examples, of feature selection best practices? |
|
One thing you might want to try is cross-validation (http://en.wikipedia.org/wiki/Cross-validation_%28statistics%...). Cross-validation should help you determine if your model is overfitting, as it will perform significantly better on its training set than on the left out data.