Qikuu
Qikuu
X_train.columns = ["0", "1", "2", "3", "4", "5"] X_test.columns = ["0", "1", "2", "3", "4", "5"] By adding the above code, the problem has been solved. I would also like...
shap_values = interpretability.shap.parallel_permutation_shap( reg, X_test, n_jobs=-1 ) Why does the above code report an error: ValueError: Number of processes must be at least 1. I use google's colab
0 | 1 | 2 | 3 | 4 | 5 -- | -- | -- | -- | -- | -- 1016 | 18.4 | 6 | 280 |...