-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from_modin
method is deprecated
#560
Comments
Thanks for using NumS. Does your use case need a higher version of Modin? For reference, we've only tested against pip3 install modin==0.11.3 Please let us know if you need features from Modin 0.13.1 to continue. |
There were some big changes in documentation and performance on Modin since 0.13.0. https://github.com/modin-project/modin/releases/tag/0.13.0 and the support on Pandas 1.4 is very attractive as well |
@devin-petersohn at one point we discussed adding formal support to Modin for this type of integration. Do you have any recommendations on how we ought to correct this issue for long-term stability? |
@elibol we have a developer API now that should be useful here: https://modin.readthedocs.io/en/stable/flow/modin/distributed/dataframe/pandas.html Would this work? We are testing this API and it is public/stable. Happy to discuss other ways too! |
Thanks @devin-petersohn! This looks like it will work for us. |
Description
I have tried the
from_modin
API but it seemsPandasOnRayFrame
is a depreacted API in Modin. What is the plan to support this API? Also, is this a zero-copy method from the Modin dataframe partitions?Modin version 0.13.1
Use case
nums is useful together with Modin for distributed ML stack that requires numpy-alike format. However, current support on
from_modin
is broken due to compatability.The text was updated successfully, but these errors were encountered: