Hugo Evers
Hugo Evers
The settings.ini file contains information conventionally stored in pyproject.toml. since the pyproject.toml structure is being increasingly adapted, for example by mainstream tools like poetry, or best practice focused ML platforms...
Hi Y'all, This project is really cool, but it should also support decision trees due to their popularity and applications. I would like to contribute a working XGboost implementation. However,...
I put all my notebooks in a /notebooks folder, since we usually use notebooks non exclusively for documentation purposes. So how can i specify in the mkdocs.yml the path to...
The current implementation of the .open methods consists of a local cache which is then synchronized with the cloud. This method can be replaced by [smart_open](https://github.com/RaRe-Technologies/smart_open), to allow for a...
Would it be possible to embed several texts at the same time (using the same, or possibly different text models)? Im working on a medical problem, different doctors evaluate different...
I love the plugin, but im also a big fan of Workona. However, workona doesn't sync to Notion, which is an important feature for me. Basically, id like to to...
### Describe the issue as clearly as possible: I encountered installation issues while attempting to install the outlines package on both Linux (Google Colab) and MacOS, and they appear related...
Hi All, I'm encountering dependency conflicts when trying to install `XGBoostLSS` using Poetry. The package currently specifies strict maximum versions for several dependencies, including torch, optuna, and scikit-learn. This is...