Carsten Behring

Results 517 comments of Carsten Behring

I hacked as well an other version based on datatables. But more static, without any options. Will look at yours know.

I could not find function html-view. Just to be sure I use the smae, can you point me to it ?

Ok, I see. It's for rendering the table as part of Gorilla repl. I use huri currently without Gorilla. Main reason is that current Gorilla repl and huri don't work...

I read my tables from csvs/excel and sometimes the column names are too ugyl.. Or I want to join, and need to make the join column the same name. "derive"...

My main usecase for the feature request would be to auto-generate such parameter files. #8187 does not allow this. The parameters are interwoven with the rest of the `exp run`...

I am very happy that DVC is language independent. I use it from Clojure. So I would favor a command line which takes a file with all parameters combinations I...

But this makes it rather static, indeed.

But the workaround you mentioned is feasible as well.

I think the general question is to decide on this question : Should dvc itself start to provide various algorithms to "statically calculate" concrete parameters from "a user supplied parameter...

I see the "user interface" very similar to #8187 ``` $ dvc exp run -Sfile "param_combinations.csv " --queue # file being in somehow a table format, maybe csv Queueing with...