Brandon Johnson
Brandon Johnson
``` Python implementation: CPython Python version : 3.11.0 IPython version : 8.12.0 yellowbrick: 1.5 xgboost: 1.7.4 ``` ``` from xgboost import XGBRegressor import yellowbrick.model_selection as ms ``` `ms.learning_curve(estimator=model1, X=X, y=y,...
Hello, I ran into this issue when trying to install `shap-0.42.1`. `numpy` was downgraded from `1.25.2-py311h0b4df5a_0 --> 1.24.4-py311h0b4df5a_0 `. After the downgrade, I installed `shap` but then `numba `dependency issue...
@connortann Thanks for the clarity and my mistake. I created a new issue. #3186
Kevin, Below is the copy-paste code. Python implementation: CPython Python version : 3.10.9 IPython version : 8.10.0 Compiler : MSC v.1916 64 bit (AMD64) OS : Windows Release : 10...
> @SPDA36, I noted it and will try to implement in the next days, thanks ! Thank you!!
@tlapusan I have used `.rtree_feature_space()` with `sklearn` decision trees and random forest with zero issues. No worries if it wont work with `xgboost`, but I figured I would try since...