1 2 3 4 5 6 7
# This is for testing L1 regularization by showing that the 3rd-5th columns # don't help with the classification and should be zero and removed. # Features: 01, 02, 03, 04, 05, 06 0,0,0,0,0,1,0 0,0,0,0,0,1,0 1,0,0,0,0,0,1 1,1,0,0,0,0,1