├── README.md ├── StackedEnsemble_AllModels_AutoML_20190317_062616 ├── X.pkl ├── X_test.pkl ├── X_test_display.pkl ├── X_train.pkl ├── X_train_display.pkl ├── environment.yml ├── plotly_force_plot.html ├── plotly_force_plot.ipynb ├── shap_h2o_automl_classification.html ├── shap_h2o_automl_classification.ipynb ├── y_test.npy ├── y_test_display.npy ├── y_train.npy └── y_train_display.npy /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/README.md -------------------------------------------------------------------------------- /StackedEnsemble_AllModels_AutoML_20190317_062616: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/StackedEnsemble_AllModels_AutoML_20190317_062616 -------------------------------------------------------------------------------- /X.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/X.pkl -------------------------------------------------------------------------------- /X_test.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/X_test.pkl -------------------------------------------------------------------------------- /X_test_display.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/X_test_display.pkl -------------------------------------------------------------------------------- /X_train.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/X_train.pkl -------------------------------------------------------------------------------- /X_train_display.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/X_train_display.pkl -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/environment.yml -------------------------------------------------------------------------------- /plotly_force_plot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/plotly_force_plot.html -------------------------------------------------------------------------------- /plotly_force_plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/plotly_force_plot.ipynb -------------------------------------------------------------------------------- /shap_h2o_automl_classification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/shap_h2o_automl_classification.html -------------------------------------------------------------------------------- /shap_h2o_automl_classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/shap_h2o_automl_classification.ipynb -------------------------------------------------------------------------------- /y_test.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/y_test.npy -------------------------------------------------------------------------------- /y_test_display.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/y_test_display.npy -------------------------------------------------------------------------------- /y_train.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/y_train.npy -------------------------------------------------------------------------------- /y_train_display.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SeanPLeary/shapley-values-h2o-example/HEAD/y_train_display.npy --------------------------------------------------------------------------------