fix: add shebang and executable permission to tune_hyperparams.py

Made-with: Cursor
This commit is contained in:
21in7
2026-03-02 14:41:13 +09:00
parent 8dd1389b16
commit caaa81f5f9

1
scripts/tune_hyperparams.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Optuna를 사용한 LightGBM 하이퍼파라미터 자동 탐색.