Replies: 1 comment
-
Even with s=4 on plt.scatter, if you try to plot 10M points, it can crash your kernel due to memory overload. As it is a very big array.
before calling the function. or Try Using If it still crashes then maybe it's not a coding problem it's a hardware problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I try to plot, my kernel crashes and restarts. Strange
plot_predictions()
Any reason why? I tried just
show()
then the plot doesn't show
`def plot_predictions(train_data=X_train,
train_label=y_train,
test_data=X_test,
test_label=y_test,
predictions=None):
Beta Was this translation helpful? Give feedback.
All reactions