Iñigo Hidalgo
Iñigo Hidalgo
**Describe the bug** Within **fish**, when activating a virtual environment created using venv, I am not able to actually use the python within the virtual environment. Instead, the available python...
I am running ```bash uv pip install package-name --index-url https://username:[email protected]/[redacted]/pypi/simple/ ``` It is being correctly parsed: ``` parse url=Url { scheme: "https", cannot_be_a_base: false, username: "username", password: Some("personalaccesstoken"), host: Some(Domain("pkgs.dev.azure.com")),...
## Description In my process of researching smth the discoverability of CachedDataset functionality was a bit low. There isn't any reference to it in the "main" documentation. I understand from...
## Description We are pulling from some upstream tables that have a long history, and when running our feature engineering, training etc pipelines we only want to grab a certain...
## Description Following from discussion in [Slack](https://linen-slack.kedro.org/t/16330477/is-it-possible-to-set-a-default-copy-mode-for-memorydataset-#1fa3af8d-7b19-4121-b84f-3f5ef963b076) The way MemoryDataset decides which of the 3 copy modes to use is very straightforward, but in my opinion is lacking 4 years...
## Description `kedro viz build` skips the hooks, whereas `kedro viz run` allows for choosing whether or not to run them. I would like to be able to do the...
**Bug Report Checklist** - [x] I provided code that demonstrates a minimal reproducible example. - [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install....
### Question Hello! Long time kedro user, first time vizro user :) I'm testing out vizro for an app we want to build and I wanted to get your thoughts...
## Description I would like to be able to limit the number of CPUs AutoGluon uses in training. Specifically I want to limit the cores used by the TFT model....
### Please describe the issue https://github.com/ibis-project/ibis/issues/7381#issuecomment-1766582531 Some additional configuration/munging is needed to enable authentication to azure SQL services. We should add a section to the documentation explaining how this is...