Tyler BoddySpargo

Results 22 comments of Tyler BoddySpargo

I hope I'm not misreading this issue, but I believe I am experiencing a negative effect of the same (or similar) behavior described above. I'd really appreciate if you could...

@jammie19 - thank you very much for clarifying for me! I'm so grateful for everyone's time and expertise!

**UPDATE:** I've provided a minimal repro sample in the main description for anyone who is able to run it on a Silicon Mac w/o Rosetta2 to confirm my experience or...

Thank you so much for your response, @guillermo-navas-palencia! I really appreciate the help investigating this. > * Could you try the OptimalBinning class using `solver="mip"` (ContinuousOptimalBinning always uses CP-SAT solver)?...

**UPDATE**: It works after clearing my venv and pip cache and installing _only_ the packages necessary for the minimal repro I provided. The minimal repro example also helped surface an...

I was able to find the key variable! The issue is reproducible if `pyarrow==5.0.0` (I'm constrained due to `sqlalchemy-bigquery`'s lack of support for `pyarrow>=7.0.0` and `databricks-sql-connector==2.0.3`'s lack of support for...

FWIW - `ortools` closed that issue. They seem to feel that there's nothing they can do to avoid this scenario. Is the same true for `optbinning`? Do you think anything...

I'm coming up against some related (I think) challenges, myself. If I have two `mkdocs.yml` files like this: ```yaml # /mkdocs.yml plugins: - monorepo nav: - Reference: - Package A:...

Thanks for reporting this! I'm just noting my shared experience of issues merging `healthcheck` config with v2. In my case, I only wanted to override the `interval` key, but leave...

We're still concerned about this lack of type granularity from the DBAPI cursor. @szarnyasg - just wanted to check in about whether you agree if this is still an issue.