Makoto YUI
Makoto YUI
@amaya382 depends on input format of each algorithm. If we can use same format as the input, better to provide a `feature_selection` function w/ an algorithm option. Also, how to...
@amaya382 we can do better as follows: ``` X::relation(array) # n_features * n_examples matrix Y::relation(array) # n_class * n_examples matrix observed = dotp(Y.T, X) # n_classes * n_features matrix UDAF...
@amaya382 could you validate your implementation to other chi2 implementation (e.g., scikit-learn) in the unit and system test?
Supporting idle session sweeping within the commit [dcd14f1]
[TODO] send patch to smile
@oza Could you move this PR to https://github.com/apache/incubator-hivemall Thanks.
hyperparams in presto ml https://youtu.be/6NYXYZT0n4A?t=10m51s
It seems when len(feature_name) matches to shap_value.shape[1], then only the first feature name is used and IndexError happens in our case. [This line](https://github.com/slundberg/shap/blob/v0.41.0/shap/_explanation.py#L124) has a bug in a specific condition....
`What type of PR is it? => Improvement` should be `Feature`.
@nzw0301 Please rebase to master resolving ^ conflicts.