## TODO: One-hot encoding the rank Use the `get_dummies` function in numpy in order to one-hot encode the data. I don't find get_dummies in numpy,I only find it in pandas
TODO: One-hot encoding the rank
Use the
get_dummiesfunction in numpy in order to one-hot encode the data.I don't find get_dummies in numpy,I only find it in pandas