renatodeleone

Results 2 issues of renatodeleone

dxs = [dx_dict.get(code, '') for code in row['dx'].split(',')] AttributeError: 'int' object has no attribute 'split' Any help will be appreciate. Thanks

When running anchor I receive the following error explainer = anchor_tabular.AnchorTabularExplainer(possible_outcomes, feature_names, X2E, categorical_names) explainer.fit(X_train, y_train, X_test, y_test) Traceback (most recent call last): File "", line 1, in explainer =...