Please install the following tools first:
git clone https://github.com/Qi-Zhou-Geo/Flow-Alert.git
cd Flow-Alert
Or download the project ZIP file from GitHub and unzip it. —
Using mamba (recommended) that much faster:
mamba env create -f config/Flow-Alert-env.yml
Or using conda:
conda env create -f config/Flow-Alert-env.yml
mamba activate flow-alert
python - <<EOF
import torch, xgboost, sklearn
print("PyTorch version:", torch.__version__)
print("CUDA available:", torch.cuda.is_available())
EOF
Please check out the tutorial for GLOF.