Solutions of solving code problems# Python code# how to choose irregular index of a vector/matrix by using “np.arange” and convert into list feature_keys = keys[np.arange(1,5).tolist() + np.arange(7,10).tolist()]