Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tip Rate 분석 실행 방법

Windows

PowerShell에서 프로젝트 폴더로 이동한 뒤 실행합니다.

python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt
python tip_rate.py

EDA 노트북을 실행하려면 다음 명령을 사용합니다.

jupyter lab notebooks/tip_rate_eda.ipynb

macOS

Terminal에서 프로젝트 폴더로 이동한 뒤 실행합니다.

python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python tip_rate.py

EDA 노트북을 실행하려면 다음 명령을 사용합니다.

jupyter lab notebooks/tip_rate_eda.ipynb

데이터와 결과

루트에 yellow_tripdata_2026-05.parquet가 있으면 기존 파일을 사용합니다. 파일이 없을 때만 NYC Taxi 공식 주소에서 자동으로 내려받습니다. 결과는 output/에 생성됩니다.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages