oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
293 stars 66 forks source link

add fs_directory parameter back to estimator #281

Closed kira-lin closed 1 year ago

kira-lin commented 1 year ago

Previously the fs_directory parameter is deleted during migration of estimator from MLDataset to Ray Dataset. This PR adds it back.

carsonwang commented 1 year ago

LGTM