hanman2016

Results 1 comments of hanman2016

The below error received when executed following code in Azure Databricks. Please suggest action item. from interpret.blackbox import LimeTabular from interpret import show lime = LimeTabular(predict_fn=blackbox_model.predict_proba, data=X_train, random_state=1) lime_local =...