I hereby claim:
- I am roma-glushko on github.
- I am roman_hlushko (https://keybase.io/roman_hlushko) on keybase.
- I have a public key ASBcxKOVsMVXbXS77Zpa1eCY0wk9aevojXoGVI5KQEhd9wo
To claim this, I am signing this object:
| import shap | |
| shap.initjs() | |
| # Create object that can calculate shap values | |
| explainer = shap.TreeExplainer(rf_classifier) | |
| # Calculate Shap values | |
| shap_values = explainer.shap_values(X_test, y_test) |
| from typing import List | |
| class PriorityQueue: | |
| """ | |
| Represents the heap and preserves the heap property during adding/removing elements | |
| """ | |
| items: List[int] | |
| def __init__(self, items: List[int]): |
| git fetch -p | |
| git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D |
I hereby claim:
To claim this, I am signing this object: