kubeflow-kale / kale

Kubeflow’s superfood for Data Scientists
http://kubeflow-kale.github.io
Apache License 2.0
632 stars 128 forks source link

Katib dialog widget bug, random_state instead of n_initial_points #426

Open d-gol opened 2 years ago

d-gol commented 2 years ago

Shouldn't Katib dialog obtain n_initial_points instead of random_state here - https://github.com/kubeflow-kale/kale/blob/master/labextension/src/widgets/KatibDialog.tsx#L828 ?

Simple PR to fix: https://github.com/kubeflow-kale/kale/pull/324