Dejan Golubovic

Results 3 issues of Dejan Golubovic

/kind bug **What steps did you take and what happened:** Created a notebook server with a default rstudio image: `public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:v1.4` (Also checked 1.3 and 1.5 rstudio and rstudio-tidyverse images) After...

kind/bug

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

Set algorithm setting `n_initial_points` in KatibDialog by taking `n_initial_points` input, instead of `random_state` .