Questions tagged [kubeflow-kale]
5 questions
1
vote
0 answers
How to let random-forest generated by kubeflow-kale return probabilities?
#Let the random-forest model be: *rf_model*
from kale.common.serveutils import serve
kfserver = serve(rf_model) #model is now being deployed
#prepare data for prediction
data = [row.tolist() for _, row in…

Jianneng Cao
- 11
- 1
1
vote
0 answers
Kubeflow Kale installation on local Jupyter Hub notebook + Kubeflow Pipelines standalone installation on same local cluster. Is it possible?
I am running a Kubernetes cluster on my local machine. In addition, I've managed to set up a Jupyter Hub environment with Kubernetes.
What I want to do is:
Install Kubeflow Kale on the Jupyter Notebook
Avoid the full installation of Kubeflow (I…

Konstantinos Loizas
- 49
- 8
1
vote
1 answer
Kubeflow Kale specify container image in pipeline step
Kale allows user to specify only step and dependency from the UI. However, I would like to also specify the docker image to use for the step.
I can't figure how to specify a custom docker image to use in the pipeline step from Kale UI.
Any…

Philip K. Adetiloye
- 3,102
- 4
- 37
- 63
0
votes
0 answers
How to install Kale UI with Kubeflow on AWS
Is Kale installed standalone or we have to use python sdk?
There is no documentation on how to install Kale UI

Riya Gupta
- 69
- 8
0
votes
1 answer
How to specify task pod resources in Kubeflow Kale
Is it possible to specify the pod resources (memory and CPU requests and limits), for a task in a kubeflow pipeline created with Kale?
To provide more details, when writing the kubflow pipeline in python using the DSL, I can specify the task pod…

Czeslaw
- 116
- 1
- 7