WeichenXu
WeichenXu
You can also try seting `explainability_algorithm` to be `kernel`. The default shap tree explainer might be buggy.
@khojarohan4 For the shap tree explainer, you can file ticket in shap repo, I think it is shap bug. :)
I think this is a good proposal. We can add a param `delete_child_runs`, to keep backwards compatibilty, set the param to be false by default. @PhilipMay Are you interested in...
@serena-ruan volunteers to do this task, assign it to her. :)
@rjtshrm Thanks for reporting it ! Do you know the root cause of the issue ?
Make sense! @Mathanraj-Sharma Would you create a PR to fix it ? I will help review.
@serena-ruan volunteers to do this task, assign it to her. :)
@dbczumar Shall we make `MlflowClient.log_param` return param value as well ?
Could you try run "mlflow.get_tracking_uri()" to get the tracking server uri ?
Do you mean to access the server outside of the "AzureML" ? I am not sure whether "AzureML" provides you the permission to do that, i.e., you need the permission...