vdemchenko3
vdemchenko3
I added cdt to my yaml file, however the relevant R packages (namely BiocManager and all the causal discovery algorithms) are not added. I'm having similar issues to #123 and...
The _call_model function in `aws_models.py` uses the Bedrock syntax of `invoke_model()` rather than `invoke_endpoint()` which is the syntax for Sagemaker. Although the code in `aws_providers.py` is correct, it gets overwritten...
Hi, I'm wondering what's the best approach for data that is highly right-skewed. Is it best to take a log transform of it to make it more "normal" or does...
Hello, Recent versions of Lingam don't install all packages needed. For example, when I install using lingam via pip in a conda environment file, I need to manually add igraph,...
Hi, What's the best way to interpret unchanged threshold values after optimization? I've ran into a few situations where running `route_layer.fit()` did not alter the thresholds at all. Does this...
Hello! I'm wondering how to include conversation history into a RouteLayer prediction? Ideally I'd like to do something like: `rl = RouteLayer(encoder=encoder, routes=routes)` `route_with_chat_history = rl(user_message, chat_history)` Is this possible?...