AI Racing League Data Analysis
Why Analysis?
Data analysis is a core part of building accurate models that create high quality predictions. Here are some sample analytics tasks:
- Understand what data we have
- Browse data sets
- Run metrics that count the number of items in a dataset
- Open sample items and view sample images
- Look for groupings of data
- Look at averages of values
- Remove poor training data
Tools: Python and Jupyter Notebooks
Libraries: os, image, numpy, dataframes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |