You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the python package structure, I saw a few areas that could be modernized (for lack of a better word). I would be happy to make a PR. Would a contribution towards this be welcome?
I agree h2o-3 packages should be modernized (both Python and R) but it's harder than it might look:
h2o-3 tries to support older versions (I think we still test/support R 3.5 and python 3.6 (maybe even older))
the tests have to run on our infrastructure and I don't think our test images are ready for the modernized version of the packages (and this would have to be done by us)
And h2o-3 team has now a lot of work (due to parental leaves and "GenAI" there is less time for people work to on h2o-3) so the team has to prioritize a lot, so I'm afraid your PR would not be merged anytime soon. (So I wouldn't recommend creating a PR towards this).
Looking at the python package structure, I saw a few areas that could be modernized (for lack of a better word). I would be happy to make a PR. Would a contribution towards this be welcome?
Some ideas I had (open to others as well):
setup.py
topyproject.toml
flake8
toruff
polars
andpython
python setup.py
approachThe text was updated successfully, but these errors were encountered: