Thomas Bury
Thomas Bury
> Thanks, should we be seeing this change on the website docs yet, or in pip? Hi @notuntoward , both: - documentation: https://arfs.readthedocs.io/en/latest/notebooks/arfs_timeseries.html - release ARFS 2.3.0: https://pypi.org/project/arfs/
Hello @CMobley7, I plan to examine the latest version of Optuna to determine if it now supports the most recent LightGBM version. As you mentioned, FastTreeShap currently does not support...
The folds can now be user-defined https://github.com/ThomasBury/arfs/commit/3771d499f8dbc572ad4d9a7df740c38e0616bd61
Ideally, https://github.com/openai/tiktoken/blob/c0ba74c238d18b4824c25f3c27fc8698055b9a76/tiktoken/load.py#L143 should allow passing headers, proxies, verification, and other keyword arguments (kwargs) as documented in [requests](https://requests.readthedocs.io/en/latest/api/#requests.request). However, setting ["offline" usage](https://stackoverflow.com/questions/76106366/how-to-use-tiktoken-in-offline-mode-computer) might be a better option for production use, but...
Hello @endolith, thank you for reaching out. I primarily rely on established colormap providers and do not create my own, including reversed colormaps. While some colormaps benefit from reversal, others...