Closed JacobWren closed 1 year ago
Does anyone know if the class ordering is in ascending order (à la sklearn)? E.g., the ordering of the columns of say contributions: prediction, bias, contributions = ti.predict(clf, X_test)
prediction, bias, contributions = ti.predict(clf, X_test)
Does anyone know if the class ordering is in ascending order (à la sklearn)? E.g., the ordering of the columns of say contributions:
prediction, bias, contributions = ti.predict(clf, X_test)