NYC Trip Duration Project
- Predicts trip durations in New York using 10 features and 1M training samples.
- Best model achieved with XGBoost Regressor — F1-score: 76% (Val) & 72% (Test).
- Frontend built with Streamlit and backend powered by FastAPI.
EmployeeManager.py and FrontEndManager.py.driver.py entry point.BackEndLibrary.py, FrontEndLibrary.py, and LibraryManager.py.LibraryManager_Tests.py) for unit validation.Employees.py, Invoices_Payroll.py, Payroll_Printing.py, and Validations.py.main.py entry point.