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
I have tried the from_modin API but it seems PandasOnRayFrame 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.
Description
I have tried the
from_modinAPI but it seemsPandasOnRayFrameis 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_modinis broken due to compatability.