Matt Seddon
Matt Seddon
How do you determine which class the provided data relates to? This is the contents of the file (for anyone else reading the issue): ``` 45 0.479492 0.688771 0.955609 0.5955...
Is the HTML produced by the CLI (i.e. `plots diff`) out of scope for this?
> Good point. We need to keep information about the order and use it in the following statements when it makes sense. We should use the underlying IDs for that....
> It does not seem possible to generate a sequential list of IDs in BigQuery (more details https://github.com/iterative/studio/issues/10635#issuecomment-2381829809). I am currently stuck on how we can provide deterministic results from...
Thanks for clarifying those basic assumptions. I think I have identified some discrepancies between the assumptions and the current implementation. > 1. Rows are not ordering if the order is...
From a long discussion in the planning meeting: For now, the order of a dataset will only be guaranteed when an `order_by` statement is present at the end of a...
@celestialorb can you try following the suggestion listed here https://code.visualstudio.com/updates/v1_61#_file-watching-changes?
It is useful when there are issues with dependencies.
I think the examples that you want to look at are examples/dynamic_progress.py & examples/jobs.py.
Depends on https://github.com/iterative/dvc/issues/9425