Open shiyinw opened 5 years ago
Sorry for the shameless plug ... however, as I see that this repo is unmaintained maybe I will help someone.
I'm working on an open-source python AutoML package mljar-supervised. This package is producing markdown reports for each model. Additionally, it computes model explanations: coefficients for linear models, decision tree visualization, feature importance and SHAP plots. Take a look at AutoML report: https://github.com/mljar/mljar-examples/tree/master/House_price_regression/AutoML_1#automl-leaderboard and example model summary: https://github.com/mljar/mljar-examples/blob/master/House_price_regression/AutoML_1/model_37/README.md
Hi, thanks for this tool :-D It looks like a black box to me. Are there any methods to print the model summary?