adamszczerba / Airlines

0 stars 1 forks source link

Loess plot speed up #24

Closed PiotMik closed 2 years ago

PiotMik commented 2 years ago

LOESS plots took too long to generate for the complete dataset. Now they're being generated on a random subset of data only, as per suggestion made on yesterday lecture. Subset is chosen to be large enough to ensure small standard error and stability of the estimated relationship.

Closes #21