Posts by Lucas Castro • 25 points
3 posts
-
1
votes1
answer611
viewsQ: Attributeerror: 'tuple' Object has no attribute 'reshape'
Error: AttributeError: 'tuple' object has no attribute 'reshape' Code: xx, yy = np.meshgrid(np.arange(x_min, x_max, h),np.arange(y_min, y_max, h)) y_pred = y_pred.reshape(xx.shape) plt.figure() In…
pythonasked Lucas Castro 25 -
0
votes2
answers155
viewsQ: "Click" does not work at the angle
Follow the codes. Despite hiding the menu, it does not open again with the "click" function in Nav-Burger menu.: section class="hero outer is-primary is-fullheight animated slideInLeft"…
angularasked Lucas Castro 25 -
1
votes1
answer117
viewsQ: Java database insertion problem
I’m trying to make an app of a veterinary clinic and followed all the steps right to create the database, connect with the eclipse and etc. The program connects, but does not insert anything that…