-
-
## 一言でいうと
テーブルデータに対するDNNの適用。決定木をDNNで模倣しEnd2Endで学習する形式で、Encode(FC=>BN=>GLU(ゲート付き線形変換))、分割、Attention行列を作成しMaskという処理を再帰的に繰り返し特徴を作成する(類似特徴をMaskでまとめる)。Decoderをつけ教師なし表現学習も可能
![image](https://user-imag…
-
Would it be possible to add support for case weights in TabNet?
This would help with a class imbalance and make it easier to compare (and blend) the results of TabNet and XGBoost.
(I will prob…
cgoo4 updated
3 months ago
-
Hello, thank you for this repo. I am trying to run the TabNet notebook on a custom data set, have got everything working up to the explainability decorator which fails with this error:
```
-------…
-
I encountered this problem during the training process. What is the possible reason for this problem, and how can I solve this problem? Thanks!
```python
File "/home/zhanghz/miniforge3/lib/pytho…
-
**Is your feature request related to a problem? Please describe.**
Opportunity to improve model accuracy with ability to ensemble TabNet model (deep learning) with existing set of models.
**Descr…
-
# Current situation
any predictor being of type `character()` makes `tabnet_*` fails with the following error
```r
Error in torch_tensor_cpp(data, dtype, device, requires_grad, pin_memory) :
…
-
Hi,
Running the second instruction in the readme (should be python -m experiment_covertype - without the .py), I get the error:
```
W0225 10:16:24.084449 140481427662656 ag_logging.py:145] Entit…
-
I want to do research on tabnet with federated learning, which means I need to get the model weight out and set it back during each epoch of training. It would be easier with a pytorch-like epoch trai…
-
## Feature request
Is it possible to save TabNet in ONNX format?
**What is the expected behavior?**
**What is motivation or use case for adding/changing the behavior?**
ONNX is quickly…