Chris

Results 13 issues of Chris

[dvc metrics](https://dvc.org/doc/command-reference/metrics) represent scalar numbers This is nice for finding the difference in a metric between two models, however a couple metrics I'm interested in would benefit from being made...

good first issue
feature request
A: metrics

You can use git diff to compare to local files. ``` git diff [] --no-index [--] ``` It would be nice to have the same functionality with `dvc`, for example...

feature request
p3-nice-to-have
A: plots
A: metrics

The `fiftyone` tool has a great precision-recall curve which includes tooltips with the threshold for a given precision/recall. It would be awesome to support tooltips and precision-recall curves are a...

feature request
A: plots

I am getting beautiful pr curves with DVC, where I have a curve for each class on my plot. I took what I had and created a cml pipeline and...

bug

I'm still learning `cml`, I noticed when I run: ``` cml publish dvc_plots/index.html ``` It creates a url at `https://asset.cml.dev/` with a token. I'm using a private repo, so it...

documentation
enhancement
cml-publish
external-request

Repeated predictions give different results, I modified the example demo.py by replacing: ``` img = utils.read_image(args.image, color=True) bboxes, labels, scores = model.predict([img]) bbox, label, score = bboxes[0], labels[0], scores[0] ```...

bug
stall

Testing out `mlem` I ran `mlem --help` and saw the examples: ``` Examples: $ mlem init $ mlem list https://github.com/iterative/example-mlem $ mlem clone models/logreg --project https://github.com/iterative/example-mlem --rev main logreg $...

A: docs
ux
cli

**Is your feature request related to a problem? Please describe.** It would be great if the properties on `tensor_decoder` had descriptive names and better documentation. It is really confusing with...

backlog

**Is your feature request related to a problem? Please describe.** Some of the filters such as `tensor_decoder` have a lot of properties. It would be nice to have a config...

backlog

I was debugging a problem I found with images not showing up in gitlab when using `cml comment create` and found some strange things, here is my test set: ```...

bug
cml-publish
cml-comment
ci-gitlab