2024 Fall Winter AICUP team 5810
conda create -n fw24-aicup python=3.10
conda activate fw24-aicup
pip install -r requirements.txt
--folder_path
: training data folder pathis_valid
: whether to use validation data--model_type
: model type
python -m src.main --folder_path data --is_valid --model_type xgb