Jack Gerrits

Results 111 comments of Jack Gerrits

Any help anyone is willing to provide on improving instructions for building on various distros would be welcome. The correct location for such info would be here: https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Building#option-3-using-system-dependencies

This has now been resolved in #2766

Closing as completed via https://github.com/VowpalWabbit/vowpal_wabbit/pull/3969

To address this we can: - [ ] Port Python implementations of estimators to C++ (separate lib to core) - [ ] Change loss calculation for CB explore reductions to...

Going to go ahead and close this. If you would like to revisit in future please feel free to reopen.

This is a duplicate of and will be resolved by #4307

I think we should proceed with this PR (without addressing message types yet). I am working on at least solidifying the existing assumptions we have in place around message formats...

I am also hitting this. I am using the `compile_commands.json` produced by cmake. Settings are: ```javascript "clang-tidy.buildPath": "${workspaceFolder}/build", "clang-tidy.checks": [ "readability-*", "readability-braces-around-statements", "modernize-*", "performance-*", "-modernize-use-trailing-return-type", "-readability-uppercase-literal-suffix" ], ``` Ubuntu 20.04...

Is this solved by using the stateful [jupyter code executor](https://microsoft.github.io/autogen/docs/topics/code-execution/jupyter-code-executor)?

> > Is this solved by using the stateful [jupyter code executor](https://microsoft.github.io/autogen/docs/topics/code-execution/jupyter-code-executor)? > > I get `AttributeError: 'WebSocket' object has no attribute 'send_text'`, the code is > > https://github.com/microsoft/autogen/blob/c4e570393db9d2c2d3058e271ca2e46473bd8074/autogen/coding/jupyter/jupyter_client.py#L139 >...