edbennett / performant-numpy

A lesson on ways to write Numpy code that is performant
Other
1 stars 2 forks source link

mention preparing data for ML #20

Open edbennett opened 4 months ago

edbennett commented 4 months ago

Messing around with data in preparation for ML can be very time consuming, and avoiding introducing slowdowns is most useful.