Skip to content

Commit 4bc69af

Browse files
authored
Merge pull request #12 from jphall663/glm_mgbm_gbm
Glm -> mgbm -> gbm
2 parents 9baf382 + d708fe8 commit 4bc69af

File tree

4 files changed

+14919
-0
lines changed

4 files changed

+14919
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ dt_surrogate_mojo.png
55
tree*.png
66
*.zip
77
env*
8+
*.xml
9+
*.iml
10+
*.pyc

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The notebooks can be accessed through:
2222
* [Manual installation (Advanced)](https://github.com/jphall663/interpretable_machine_learning_with_python#manual-installation)
2323

2424
#### Further reading:
25+
* [*A Responsible Machine Learning Workflow with Focus on Interpretable Models, Post-hoc Explanation, and Discrimination Testing*](https://www.mdpi.com/2078-2489/11/3/137)
2526
* [*An Introduction to Machine Learning Interpretability, 2nd Edition*](https://www.h2o.ai/wp-content/uploads/2019/08/An-Introduction-to-Machine-Learning-Interpretability-Second-Edition.pdf)
2627
* [*On the Art and Science of Explainable Machine Learning*](https://arxiv.org/pdf/1810.02909.pdf)
2728
* [*Proposals for model vulnerability and security*](https://www.oreilly.com/ideas/proposals-for-model-vulnerability-and-security)

0 commit comments

Comments
 (0)