Tyler Thomas
Tyler Thomas
**Describe the bug** I am unable to install cuml using micromamba. Mamba works to install the environment, but micromamba fails. **Steps/Code to reproduce bug** Steps to reproduce the error: ```...
The example for semi-supervised pre-training was missing the import for TabNetPretrainer and TabNetClassifier (this one is shown in a previous example, so it might not be needed). **What kind of...
Initial sparsemax implementation #354 TODO - [x] add support for vectors (similar to softmax) - [ ] add comprehensive testing - [x] compare gradients with PyTorch implementations
Source paper: http://arxiv.org/abs/1602.02068 PyTorch implementation: https://github.com/Qwicen/node/blob/master/lib/nn_utils.py I started working on implementing `sparsemax `in Julia for TabNet. I thought that it would best fit in NNlib.jl. It should have the exact...
I am getting some libmamba errors when creating Conda environments. I am not sure if this should go in MicroMamba.jl, or here. I am able to create, run rapids based...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
One possible approach is to take the [Pandas.jl](https://github.com/JuliaPy/Pandas.jl) interface
`pip` sometimes takes a long time to resolve dependencies, so I added support for `uv` (https://github.com/astral-sh/uv). CondaPkg.jl will automatically use `uv` instead of `pip` if `uv` is present in the...