adrienpacifico
adrienpacifico
I think the issue is due to the `arrow` package. I have created this issue: https://issues.apache.org/jira/browse/ARROW-17192
EDIT: I wrote wrong things in my first message. > We could consider raising an exception if a Python datetime column is being saved, and force the user to cast...
I just checked with pandas 1.5.0, and the issue is still there. Will this be solved in pandas 2.0, or in a future 1.5.x ?
Hi, thanks for your answer. As pandas is higher level than numpy, I think it would make sense to protect (or warn) users from operations than would lead to unexpected...
@pplonski would you be willing to accept such a contribution?
MLFlow mostly.
I do not know, I will probably have time in the next months, and I might try to tackle some open source issues. But I do not know how able...
I do not know. 1. I am using a docker container that build from a python3 image with no fixed version in my requirements.txt . An I rebuilt it quite...
Hi, After some investigations, it seems to come from non-compatibilities between the pinned shap version ( [shap==0.36.0](https://github.com/mljar/mljar-supervised/blob/7a3d2c89007dae159268cc0c7eb3440005fd4f77/requirements.txt#L12)) and the latest version of numpy. If I unpin the shap version (or...
I am not sure, but it looks ok: https://github.com/adrienpacifico/mljar-supervised/runs/7610955698?check_suite_focus=true I would have expected that the PR would trigger the CI, it did not right?