Michael Liu
Michael Liu
@jeff-99 @dhui Out of curiosity, what do you feel is the current status of this PR? I've been encountering what seems to be a requirement in `ensureVersionTable()` that the user's...
Hi @adhikari23, could you let me know what version of git you are using (`git --version` in terminal)? Your client version would be helpful as well (`verta.__version__` in Python). >...
Hello @adhikari23! Regarding your git version: I see that you are using Windows. Our client development has been focused on macOS/Linux, so I will work on confirming this behavior in...
Hello, @adhikari23! > Where should I configure my own repository so that the code version metadata can be captured in that repo instead of vertaAI/modeldb.git? The Python file that you...
@roivant-alan-menaged This does seem potentially related indeed. A couple questions to clarify: 1. Are you passing any arguments to `log_code()`? 2. What version of `git` are you using on your...
@roivant-alan-menaged Thank you for the info! Just a couple more asks (I'm working mainly on reproducing this situation to see if there's other places this comes up): 1. What version...
Thanks @roivant-alan-menaged! We'll get this patched as soon as we can.
I think it would be important to maintain backwards compatibility (users who are passing a `DataFrame` to `predict()`, but are handling it as a plain array of values). @conradoverta What...
@conradoverta > > > Make sure that we provide the conversion back too. > > > > > > @conradoverta what do you mean by conversion back 🤔 > >...
@CaptEmulation @daniel-verta Looking over this, I'm noticing that it's the attribute names themselves that are wrong, rather than the docs. They should be changed to match the parameters of `summary.log_sample()`...