Quantcast
Channel: Codemiles.com Programming Forums - All Topics
Viewing all articles
Browse latest Browse all 36

Feature selection: Statistical and Recursive examples

$
0
0
This example illustrates Feature selection using techniques. The first technique is Univariate Selection which a statistical test is applied to the features and dependent variable (class). The second approach is Recursive feature elimination (RFE) which a recursive method of dropping features and measuring performance is applied.

[code2=python] #https://jupyter.org/try
#Demo7 - part1
#M. S. Rakha, Ph.D.
# Post-Doctoral - Queen's University
#
# Feature Selection#1 RandomForest
%matplotlib
...

Statistics : Posted by DrRakha • on Tue Oct 29, 2019 3:11 pm • Replies 0 • Views 664

Viewing all articles
Browse latest Browse all 36

Trending Articles