Mjuve360

Results 1 issues of Mjuve360

Dear @marcotcr Im using a two class data set with 6 features. everything properly works except this block of code: i = np.random.randint(0, X_test.shape[0]) exp = explainer.explain_instance(X_test[i], rf.predict_proba, num_features=6, top_labels=1)...