Niek Sanders
Results
2
issues of
Niek Sanders
I'm dealing with a large, flat json payload that has 100+ keys in a map. I hit panics when using EachKey with the full list of json keys: ``` goroutine...
I was getting the following warnings via Python's unit test library: ``` unclosed file ``` I traced the issue to https://github.com/slundberg/shap/blob/9d7de4dee742ce10684400171257c66a86e4c7a6/shap/explainers/_tree.py#L1584 ``` class CatBoostTreeModelLoader: def __init__(self, cb_model): # cb_model.save_model("cb_model.json", format="json")...
stale