apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k stars 1.14k forks source link

Hanging while loading turicreate.visualization.scatter #3390

Closed pratyush-17 closed 3 years ago

pratyush-17 commented 3 years ago

I'm experiencing the hang in scatter plot on a jupyter notebook.I'm trying to scatter plot with 21K data points on x and y it took several minutes for the plot to display. Any suggestions?

TobyRoseman commented 3 years ago

21k is a lot of data points to try and visualize. With that many data points, I don't think the scatter plot would be very helpful. Most of the image would likely just be one solid block of points.

I recommend random sampling. Then visualizing the random sample.