Exitare
Exitare
Hello, I´ve used this code to train an ElasticNet model and then use Shap to visualize a waterfall plot. ``` model = ElasticNetCV(cv=5, random_state=0) model.fit(train_data.drop('Case', axis=1), train_data["Case"]) explainer = shap.Explainer(model)...
Right now, the package lacks support of async await. Should this be implemented?
**Is your feature request related to a problem? Please describe.** There seems to be no documentation at all about the [explainer class](https://github.com/ludwig-ai/ludwig/blob/master/ludwig/explain/explainer.py) on the [official homepage](https://ludwig.ai/latest/). Without the documentation it...
Does address but does not close #3236. Tests are failing, because I dont want to fix them before this idea is either accepted or denied. Right now, this is only...