Alex Cabrera
Alex Cabrera
On a related note, it looks like `jupyter_packaging` does not support the sdist packaging in the docs: https://github.com/jupyter/jupyter-packaging/blob/master/README.md#usage-notes
Fix at #107
👀 yeah I think my conclusion was that you can transform the data outside of zeno and just pass it in with metadata saying what the transformation is. Then you...
Hmm can you describe what you mean by string-valued feature? Is this in the feature text box on the left? You should be able to just add multiple and they...
Pretty sure you can do this a bit "informally" - Zeno will treat `list[list[str]]` as a string. You can then create two predicates in the slice builder for the two...
🤯 I love it super power user. Both of those sound reasonable, with the table being the easiest. We'll have to think of how to filter out models though...
@stevenyh3 could you look into potentially supporting the table where the rows are models and column are metrics/maybe some simple sorting? This might already be possible.
You could do this by looking at the table view and sorting by the score value after you have filtered
Would it be sufficient to give them all `None` defaults so you can instantiate the ZenoOptions object with just the fields that you need?
@xnought thoughts?