Martin Barus
Martin Barus
@aalencar allowing filter and sort parameters could also solve it, but we would have to be able to take updated filters from an existing table, something like `new_table = ui.table(...,...
Maybe add this snippet ``` items += [ ui.dropdown( name="dataset/import/cfg_file", label="Problem Type", required=True, choices=choices_problem_types, value=q.client["dataset/import/cfg_file"], trigger=True, tooltip=tooltips["experiments_problem_type"], ) ] ``` here :https://github.com/h2oai/h2o-llmstudio/blob/d1acb59/llm_studio/app_utils/sections/dataset.py#L491
> https://github.com/pola-rs/polars#going-big Yeah I found it once I knew the join was incorrect, but the join should fail and explicitely mention there was an issue. As mentioned, current behaviour pretends...
@ahmedalsiba I created the docker image like this `mlflow models build-docker -m runs://model` and then followed the instructions in AWS ECR on how to push the image there manually. You...