Matteo Visconti di Oleggio Castello

Results 26 issues of Matteo Visconti di Oleggio Castello

This is taking longer than expected...sklearn 1.6 added a bunch more checks on estimators, and they need to be fixed accordingly. I added an extra (small) dependency on sklearn-compat to...

Trying out to see if the tests pass on wasabi

Running tests in python 3.13 gives the following error, likely caused by older versions of botocore: ``` $ pytest -sv tests ImportError while loading conftest '/Users/mvdoc/Documents/04Archive/repos/cottoncandy/cottoncandy/tests/conftest.py'. tests/conftest.py:9: in import cottoncandy...

The endpoint https://healthcare-ai.openai.azure.com/ doesn't seem to exist anymore, so the code fails when using GPT-4 models. I had to make local changes and use OpenAI's endpoint, but I'm not sure...

Like we do for pycortex or himalaya

The main issue is: - `VolumeRGB` accepts `shared_vmin, shared_vmax, shared_range` to ensure that the same vmin, vmax are used across the three channels - `VertexRGB` **does not** accept any of...