christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.72k stars 1.04k forks source link

contributing python code #361

Open tqrahman opened 1 year ago

tqrahman commented 1 year ago

We are working on going through the book and noticed that the code is in R only. So we thought we can contribute the python code to complement the book.

christophM commented 1 year ago

That's great, many people will appreciate it!

You are a still in the progress of adding scripts? I would merge it when you say it's complete.

Small note: add the __pycache__ folder to .gitignore

tqrahman commented 1 year ago

ahhh yes I forgot the pycache. I will add it to .gitignore! We are still working on it and will definitely let you know when we are done.

BTW I posted the contributions in twitter: Twitter post. I thought that if anyone else wants to contribute writing the python scripts, then it can be like an "open source" project.

Etrama commented 1 year ago

@tqrahman I would like to contribute to writing the scripts as well 😄, I'll check your pull request and pick up where you left off