728x90
!pip install "git+https://github.com/dreamquark-ai/tabnet.git@develop#egg=pytorch_tabnet" --upgrade
from pytorch_tabnet.tab_model import TabNetRegressor # 회귀모델 임포트
import torch
import torch.nn as nn
import torch.optim as optim
reference
https://dacon.io/codeshare/7589
https://dacon.io/codeshare/2515
728x90
'python > 라이브러리' 카테고리의 다른 글
[OpenCV] double free or corruption (!prev)Aborted (core dumped) (0) | 2024.02.02 |
---|---|
[Jupyter notebook] vscode 안에서 ipynb에서 html로 바꾸기 (0) | 2023.02.06 |
[Python] argparse로 모델 학습하기 / Python argparse 사용법 (0) | 2023.01.30 |
[Tensorflow] InternalError: Blas xGEMM launch failed : a.shape=[1,15,1024], b.shape=[1,1024,1024], m=15, n=1024, k=1024 [Op:MatMul] 오류 (1) | 2023.01.25 |
[Flask] 플라스크 웹 배포 (0) | 2022.11.18 |