FareCast is a machine learning project designed to analyze and predict transit costs in urban environments. Using a real-world dataset from the City of Chicago, this project implements a Linear Regression model to estimate fare prices based on trip distance and duration.
- conda create -n farecost python=3.12 -y
- conda activate farecost
- pip install -r requirements.txt
- python run.py