Aug 31, 2018 · 1 min read
Hi Shaheryar,
You can replace this line of code with the below mentioned code:
indices = np.argsort(importances)[-9:]Thanks for pointing it out. I have updated the same in the article as well.
Hi Shaheryar,
You can replace this line of code with the below mentioned code:
indices = np.argsort(importances)[-9:]Thanks for pointing it out. I have updated the same in the article as well.