-
I read the LPGMA paper.
Thanks for the good research.
However, I immediately tried to use the code in the paper to actually use it, but I cannot find the fine tuning code.
In the paper, it was writ…
-
Dear maintainer,
I just installed this excellent package. When running the example of `coxtime()` it shows
```r
library(survivalmodels)
# install the required Python modules
install_pycox(p…
-
## Feature request
As requested by some, and as @ekamioka started on this PR #244. It might be interesting to get some helper functions to use embeddings as it's not the simplest concept in deep …
-
- Mentioned here:
https://www.kaggle.com/code/iamleonie/wids-datathon-2023-forecasting-with-lgbm
- Use GridSearch (?), WandB. Follow some tutorials and learn how to do it.
-
## User Story
## List of Tasks
- [ ] Design a model architecture that supports the input and output schema
- [ ] Explore using Dense Nets, Convolutional Nets, and others
- [ ] Design a tra…
-
## Feature request
I created some Research Issues that would be interesting to work on. But it's hard to tell if an idea is a good idea without having a clear benchmark on different dataset.
…
-
-
## Feature request
It's now possible directly though pytorch to use mixed precision training (https://arxiv.org/pdf/1710.03740.pdf)
As tabular values rarely change at 1e-10 scales and since ta…
-
# Main Remark
Currently in tabnet architecture, a part of the output of Feature Transformer is used for the predictions (n_d) and the rest (n_a) as input for the next Attentive Transformer.
But…
-
Hi @ptuls!
First of all, thanks for your interesting work! I got here from your Medium article, which I found very clear and appealing.
I tried to reproduce the training and testing on the Covertype…