Skip to content
Snippets Groups Projects
Commit 829eccef authored by bjje's avatar bjje
Browse files

Fixed 8.3.3 data path

parent f19f8363
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from scipy.io import loadmat
from dtuimldmtools import dbplotf, train_neural_net, visualize_decision_boundary
filename = importlib_resources.files("dtuimldmtools").joinpath("data/data/synth2.mat")
filename = importlib_resources.files("dtuimldmtools").joinpath("data/synth2.mat")
# Load Matlab data file and extract variables of interest
mat_data = loadmat(filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment