Shrinidhi Narasimhan

Results 3 issues of Shrinidhi Narasimhan

#### Wave SDK Version, OS 1.0.0 #### Actual behavior I have a wave `ui.table()` that is updated real time. I have a filterable column in the table. When I filter...

question

#### Is your feature request related to a problem? Please describe The problem is described in this [discussion.](https://github.com/h2oai/wave/discussions/2131) #### Describe the solution you'd like I'd like to be able to...

ui
feature
good first issue

Hi!I am trying to use GridSearchCV to estimate the best combination of parameter values. I am trying to use simple SVD, with a single parameter `n_factors` like this: ``` param_grid...