Los Angeles Parking Citation Analysis
Temporal, Spatial, and Predictive Patterns in Parking Enforcement, 2021–2025
Parking violations are structured, not random.
This web report provides an overview of patterns in Los Angeles parking citation data, focusing on time trends, location patterns, vehicle characteristics, and predictive results.
Overview
The analysis is based on cleaned Los Angeles parking citation data and examines major violation types, changes over time, spatial concentration, and underlying predictive patterns.
Data Cleaning
The raw records are reduced through variable selection, listwise deletion, and geographic plausibility checks.
Fine Amounts and Violation Types
Fine amounts are concentrated in a relatively narrow range between $60 and $80.
This interactive figure compares the most common vehicle makes and body styles in the cleaned citation data. Hovering over each slice shows the exact share for each category.
Temporal Pattern
Monthly citation counts fluctuate across 2021–2025 rather than following a simple monotonic trend.
This interactive line chart shows how citation counts change over time. The range slider allows readers to zoom into specific periods and compare short-term seasonal movement.
Spatial Concentration
Citations are geographically clustered, especially around dense urban and commercial areas.
This interactive map shows where citations are geographically concentrated across Los Angeles. Larger and darker markers represent grid cells with more citation records.
Interpretation
The spatial pattern suggests that parking violations are concentrated in dense urban regions, especially near downtown Los Angeles and other commercial zones.
Reading the map
Larger and darker markers indicate grid cells with more citations. Hover over each point to inspect the local citation count.
Predictive Modeling
Violation groups are predicted using temporal, spatial, vehicle, and plate-related features. XGBoost improves over the interpretable Decision Tree baseline.
Main modeling result
The pruned Decision Tree reaches 0.549 test accuracy and 0.457 macro-F1. XGBoost improves performance to 0.643 test accuracy and 0.570 macro-F1.
This indicates useful predictive signal, but some violation categories remain difficult to separate with the available variables.
Feature interpretation
The strongest predictors are related to time, plate status, location, and vehicle grouping. This suggests that violation type is shaped by a combination of enforcement timing, urban geography, and vehicle characteristics.
Conclusion
Parking violations in Los Angeles reflect structured urban patterns rather than random behavior.
Temporal
Citation counts vary over time, with recurring monthly movement and no simple linear trend.
Spatial
Violations cluster in dense urban regions, especially around central and commercial areas.
Modeling
XGBoost outperforms the Decision Tree baseline, but prediction remains moderate.