CoderDojoTC / ai-racing-league

Shared code for the AI Racing League
13 stars 6 forks source link

Create Concept Cards for Jupyter Notebooks #13

Open dmccreary opened 5 years ago

dmccreary commented 5 years ago

Create a set of Jupyter notebooks for viewing training data.

Create plots to see the amount turns and acceleration for the data.

Create reports that list empty or corrupt data and provide ways to cleanup data sets.

Here are some samples: https://github.com/dmccreary/donkey-car-notebook

sanyamjn2010 commented 5 years ago

Please assign this card to me

johngchen commented 5 years ago

I used Jupter Notebooks when taking a health data analysis class in Univ. of St. Thomas, so I can help too.

johngchen commented 5 years ago

Hi sanyamjn2010, I picked an open issue #1 (GitHub) and I'll concentrate on that one for now and let you take care of this one. Please let me know if I can be of any assistant to you.

sanyamjn2010 commented 5 years ago

sure johngchen

sanyamjn2010 commented 5 years ago

Added few code for Jupyter notebook to perform data cleaning , generating training data set , plot the stats or the same and identify the error prediction.Content is uploaded at the below repo location : https://github.com/sanyamjn2010/Sanyam

sanyamjn2010 commented 4 years ago

Thanks Dan. Is the above code fine ? Does it requires some update ?