1

I am working on Feature Selection. I got the selected features but instead of manually searching each time which features are selected, is there any built-in method in python that compare the first row (smaller array) of selected features to the first row of full features(larger array) and return the column numbers i.e indices of the larger array.

Khan
  • 81
  • 2
  • 7
  • 1
    [`Like this`](https://stackoverflow.com/questions/32531377/how-can-i-check-if-one-two-dimensional-numpy-array-contains-a-specific-pattern-o)? – Divakar Apr 12 '18 at 07:00

0 Answers0