Open
Description
TypeError
Traceback (most recent call last)
<ipython-input-96-564aeedf8d76> in <module>
----> 1 plt.boxplot(X_train, manage_xticks= False)
2 plt.yscale("symlog")
3 plt.xlabel("Feature index")
4 plt.ylabel("Feature magnitude")
TypeError: boxplot() got an unexpected keyword argument 'manage_xticks'