cloud-ml-examples
cloud-ml-examples copied to clipboard
[REVIEW] Added AWS EKS Examples using DASK+RAPIDS
This PR addresses #123 and adds:
- Setup guide for EKS cluster.
- Necessary pod config templates.
- A short notebook for running a XGBoost with Rapids and with smaller dataset.
- A longer notebook with performance sweeps on variety of algorithm in cuml and larger dataset.
CAVEAT + WIP:
- EKS issue with calling compute on a large dask_cudf.dataframe causing local client to restart
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Added Note stating the EKS specific issue of the client restarting on calling compute.
Incorporated review comments @Nanthini10 . Should we still keep this as WIP ? @zronaghi
Can you resolve the merge conflicts with README.md?