ModuleNotFoundError: No module named 'svm_margin_plot'

262 Views Asked by At

I am trying to write a code in jupyter and I have this error "ModuleNotFoundError: No module named 'svm_margin_plot'"

Here is my code: from svm_margin_plot import plot_svm_boundary

0

There are 0 best solutions below