Valerio Maggio
Valerio Maggio
If I may add something on this, since I feel quite "involved" in this :D The very first two things that popped out in my head: - I think that...
Btw, I think that these "rules" and "directives" may be of general interest and apply to basically any lecture notes/ material/ tutorial available on GitHub. So, I think I am...
I don't even get the question... I'm sorry!! Could you please rephrase? Thanks
I just updated the conda environment file and that package (`backports.shutil_get_terminal_size`) is still there, apparently. Please see the `pydatalondon2017` branch for this. I will investigate further and let you know....
Fantastic!! 🙌 Thanks so much @timsainb and @lmcinnes for getting back to me about this! Will submit my initial PR very soon so that we can start discussing design options...
**Q**: How do we allow multiple DL `backend` for Parametric UMAP (so far, `tf` and `torch`) _iow_, what implementation will I import whenever I will do: ```python from umap.parametric_umap import...
@cyrusmaher I have the impression that this may depend from many different factors: e.g. _available hardware architecture_, or _dataset size_ just to mention the two most obvious. One thing for...
Hey @timsainb thanks a lot for reaching out about this, and *yes*: I am very keen on continuing working on this, as I believe it would be a great addition!...
Hi both @robert-lieck @timsainb First off, thanks very much @robert-lieck for reviving the topic: there is no day that passes that I wish I could get some time to get...
> @leriomaggio Sorry, I have forgotten to configure `isort` to prevent conflicts with `black` during `pre-commit`. Can you please add the following to `pyproject.toml`? > > ```toml > [tool.isort] >...