Skip to content

Commit

Permalink
Merge pull request #12 from jphall663/glm_mgbm_gbm
Browse files Browse the repository at this point in the history
Glm -> mgbm -> gbm
  • Loading branch information
jphall663 committed Apr 30, 2020
2 parents 9baf382 + d708fe8 commit 4bc69af
Show file tree
Hide file tree
Showing 4 changed files with 14,919 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ dt_surrogate_mojo.png
tree*.png
*.zip
env*
*.xml
*.iml
*.pyc
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The notebooks can be accessed through:
* [Manual installation (Advanced)](https://github.com/jphall663/interpretable_machine_learning_with_python#manual-installation)

#### Further reading:
* [*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)
* [*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)
* [*On the Art and Science of Explainable Machine Learning*](https://arxiv.org/pdf/1810.02909.pdf)
* [*Proposals for model vulnerability and security*](https://www.oreilly.com/ideas/proposals-for-model-vulnerability-and-security)
Expand Down
Loading

0 comments on commit 4bc69af

Please sign in to comment.