madhug-nadig / Machine-Learning-Algorithms-from-Scratch

Implementing machine learning algorithms from scratch.
380 stars 290 forks source link

Object of type 'ndarray' is not JSON serializable #4

Closed PaulJohny closed 4 years ago

PaulJohny commented 6 years ago

I'm getting a error on execution of the file k means clustering .py Object of type 'ndarray' is not JSON serializable

Tudyx commented 4 years ago

replace mpld3.show() by plt.show() at the end of the for loop "for classification in km.classes:"

madhug-nadig commented 4 years ago

Fixed!