ai-noahdolev
ai-noahdolev
It would be nice if you'd allow bootstrapping (resampling with replacement) instead of non-overlapping chunks for the CBPE estimate. Ideally, something like this: https://stats.stackexchange.com/questions/96739/what-is-the-632-rule-in-bootstrapping
Hi all, I am running Quix successfully using docker compose with the following .env file: ``` MODULES=trino MODULES_TRINO_ENGINE=presto MODULES_TRINO_API=http://host.docker.internal:9080/v1 MODULES_TRINO_CATALOG=memory MODULES_TRINO_SCHEMA=default MODULES_TRINO_SOURCE=quix MODULES_TRINO_DB_EMPTY_TIMEOUT=60000 MODULES_TRINO_DB_REQUEST_TIMEOUT=10000 MODULES_TRINO_HTTP_HEADERS_PREFIX=X-TRINO- ``` And my Trino DB...