Hello Dear,
Could you help me review this error, in its latest version of the library it does not allow me to use it correctly.
I use this example:
estimators = pymint.load_models()
X,y = pymint.load_data()
X = X.astype({'urban': 'category', 'rural':'category'})
explainer = pymint.InterpretToolkit(estimators,X=X, y=y,)
Hello Dear,
Could you help me review this error, in its latest version of the library it does not allow me to use it correctly.
I use this example:
estimators = pymint.load_models()
X,y = pymint.load_data()
X = X.astype({'urban': 'category', 'rural':'category'})
explainer = pymint.InterpretToolkit(estimators,X=X, y=y,)