You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can import the dataset with from kale.common.artifacts import Dataset. After, in task definition, similarly you can import task with from kale.types import MLTask and replace kale_ml.Task.REGRESSION with MLTask.SIMPLE_REGRESSION.
In the Blue Book for Bulldozers example, the cell that is supposed to create the kale dataset throws that error. You can check the example here:
https://github.com/kubeflow-kale/kale/blob/kubecon21eu/examples/bulldozers-kaggle-competition/blue-book-bulldozers.ipynb
I run it after setting up the cluster in AWS. The rest of the notebook up to that point runs smoothly.
The text was updated successfully, but these errors were encountered: