project-codeflare / codeflare

Simplifying the definition and execution, scaling and deployment of pipelines on the cloud.
https://codeflare.dev
Apache License 2.0
218 stars 35 forks source link

Jupyter notebook plot_scalable_poly_kernels dies when run on binder #11

Closed asm582 closed 3 years ago

asm582 commented 3 years ago

Describe the bug Jupyter notebook kernel dies

To Reproduce Steps to reproduce the behavior:

  1. Go to Binder
  2. Click on plot_scalable_poly_kernels
  3. Run the notebook

Expected behavior The jupyter notebook should run without error

yuanchi2807 commented 3 years ago

Notebook error came from data loading at this step. Binder instance ran out of memory. Local notebook runs fine though.

X, y = fetch_covtype(return_X_y=True)

raghukiran1224 commented 3 years ago

closing as this is a binder related issue -- maybe we make a comment that some of the notebooks are constrained as binder does not work for larger datasets?