This is a PyTorch Implementation of "Wildfire hazardous prediction of buildings with XAI" project. This work uses TabNet architecture for
- You can find our dataset in '/data' folder
- TabNet
- 1D-CNN
- Two-stage Nerual Network
- Three-stage Neural Network
- PCA
- Cross Validation
| model | # of params[M] |
Feature Size | Accuracy |
|---|---|---|---|
| TabNet | 4.7 | 512 | 85.73 |
conda create -n test python=3.8 -y
conda activate test
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
pip install pandas matplotlib scikit-learn
sh train.sh
@article{juntae2023,
title={Wildfire hazardous prediction of buildings with XAI},
author={Juntae Kim},
journal={},
year={2024}
}