Add final_BallFilter, train-based params, ncue run script and README notes

Made-with: Cursor
This commit is contained in:
2026-04-08 19:18:31 +09:00
parent 2bd4ad8fcb
commit 013206ef67
6 changed files with 1006 additions and 0 deletions

View File

@@ -1,5 +1,22 @@
# 실행 순서
## final_BallFilter · `final_filterTest.py` (miniconda **ncue**)
임계값은 `tools/compute_final_filter_params.py`가 학습 구간(1~800회) 분포에서 생성하며, 결과는 `final_filter_params.py`에 기록됩니다.
```bash
conda activate ncue
python tools/compute_final_filter_params.py
python final_filterTest.py
```
conda 경로를 쓰기 어려우면 프로젝트의 `scripts/run_with_ncue.sh`로 동일하게 실행할 수 있습니다.
```bash
./scripts/run_with_ncue.sh tools/compute_final_filter_params.py
./scripts/run_with_ncue.sh final_filterTest.py
```
* FilterFeature.py를 실행한다.
* lotto_history.json을 읽어서 all_filter_[1-100].[cluster,csv,feature] 파일을 생성한다.