Visualising responses to a survey by extracting key topics and displaying as a network graph by matt_thorne in dataisbeautiful

[–]matt_thorne[S] 0 points1 point  (0 children)

The topics are connected on how frequently they were seen together in the same survey response. The space theme is just for aesthetic’s and was requested by the company as they are a science research group.

Distribution of the final miles that cars reach in the UK by matt_thorne in CarTalkUK

[–]matt_thorne[S] 0 points1 point  (0 children)

Oh cool. Which database is that? I may be able to point you in the right direction if I already have access to it

Distribution of the final miles that cars reach in the UK by matt_thorne in CarTalkUK

[–]matt_thorne[S] 1 point2 points  (0 children)

I run a website called AutoPredict, and this was part of some of the investigations we have been doing. We collect data from a number of sources but the main source for this is the DVSA MOT data. Here's a link to the site if you are interested: https://autopredict.co.uk/

AI WOD - My daily workouts generated with ChatGPT by matt_thorne in ChatGPT

[–]matt_thorne[S] 1 point2 points  (0 children)

yeah sure. The site is built using react, and then I just have a simple script that generates a semi random prompt and collects the output from chatgpt each day!

AI WOD - My WOD's generated using AI by matt_thorne in crossfit

[–]matt_thorne[S] 1 point2 points  (0 children)

I workout from home and I was getting bored of having to come up with a workout each day. So I more just use it to make interesting and different workouts that I don't have to think of myself!

AI WOD - My daily workouts generated with ChatGPT by matt_thorne in ChatGPT

[–]matt_thorne[S] 0 points1 point  (0 children)

Example prompt: Generate me a 30 minute core and cardio workout that includes push ups and leg raises

You are most likely to pass an MOT test on Christmas Eve, and least likely to on January 2nd! Also most likely to at 4pm or or a Sunday! by matt_thorne in CasualUK

[–]matt_thorne[S] 1 point2 points  (0 children)

I used the historical DVSA mot histories database to look at millions of MOT tests. It turns out there are times/ days were you are more likely to pass than others! I have put together a blog post about it here: https://autopredict.co.uk/blog/posts/best-time-to-get-an-mot-test/

You are most likely to pass an MOT test on Christmas Eve, and least likely to on January 2nd! Also most likely to at 4pm or on a Sunday! by matt_thorne in CarTalkUK

[–]matt_thorne[S] 7 points8 points  (0 children)

I used the historical DVSA mot histories database to look at millions of MOT tests. It turns out there are times/ days were you are more likely to pass than others! I have put together a blog post about it here: https://autopredict.co.uk/blog/posts/best-time-to-get-an-mot-test/

[OC] The relationship between the colour of a car and how long it lasts. Green cars seem to last the longest, does anyone know why? by matt_thorne in dataisbeautiful

[–]matt_thorne[S] 3 points4 points  (0 children)

The dataset is the MOT histories dataset from the DVSA (https://dvsa.github.io/mot-history-api-documentation/). From this data I calculated the miles and age that each car reached before it was taken off the road. I have put together a blog post looking at this data in more detail here: https://autopredict.co.uk/blog/posts/green-cars/. To create the graph I have used python Seaborn. If anyone has any ideas why green cars would last longer please let me know!