kale icon indicating copy to clipboard operation
kale copied to clipboard

Kubeflow’s superfood for Data Scientists

Results 109 kale issues
Sort by recently updated
recently updated
newest added

Hello, I get error: ``` ---> Running in 7bd98aa3cbfb Building jupyterlab assets (build:prod:minimize) An error occured. RuntimeError: JupyterLab failed to build See the log file for details: /tmp/jupyterlab-debug-4609i_nv.log The command...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

dependencies
javascript

I have Kubeflow running in a k3s cluster with `istio version 1.9`. When I create a notebook and enable Kale to automatically set up a pipeline and experiment (with Katib)...

I installed kubeflow 1.2 within my baremetal k8s server and it works very good with the original notebook. now I've found kale and want to try it. I use the...

I was going through this example of using kubeflow-kale with the titanic-ml example: https://medium.com/kubeflow/an-end-to-end-ml-workflow-from-notebook-to-kubeflow-pipelines-with-minikf-kale-72244d245d53 notebook image = gcr.io/arrikto/jupyter-kale:v0.5.0-47-g2427cc9 titanic-ml example = https://github.com/kubeflow-kale/examples/tree/master/titanic-ml-dataset All works fine, until I clicked on "Compile...

Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies
javascript

Hi Team, This is really great work. I was following this tutorial https://codelabs.developers.google.com/codelabs/cloud-kubeflow-minikf-kale/#3 and got this error. Can you please help. ![image](https://user-images.githubusercontent.com/7848315/118819909-6bbb9d80-b8d3-11eb-98d4-5a713c5e76bc.png)

The slack link listed in this site (https://codelabs.developers.google.com/codelabs/cloud-kubeflow-minikf-kale#6) for kubeflow-kale community is stale. Kindly fix or let me know how to join it.

I get the following error during the automatic data exchange between two containers. ``` 2021-03-03 13:14:23 Kale marshalling [INFO] Loading pandas file using Pandas backend: df_test_set_without_labels 2021-03-03 13:14:23 Kale marshalling...

I have few custom libraries that have plenty of "try except" blocks. Any reason why "kale" doesn't support "try - except" blocks? Any plans to support code with exception handling?...