Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. selected_features = [c for c in train_features.columns if not c.endswith('_w') and
  2. not c.startswith('top_title_') and
  3. c not in ('top_accuracy_title_1', 'top_accuracy_title_2', 'top_accuracy_title_3', 'top_accuracy_title_4')]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement