We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f3eac commit b3cd80dCopy full SHA for b3cd80d
tests/test_nn_iris.py
@@ -8,7 +8,7 @@
8
9
sys.path.insert(0, "./src/")
10
11
-from src.nn_iris_solution import compute_accuracy, cv_knearest_classifier
+from src.nn_iris import compute_accuracy, cv_knearest_classifier
12
13
14
def test_compute_accuracy():
tests/test_nn_regression.py
-from src.nn_regression_solution import gs_knearest_regressor
+from src.nn_regression import gs_knearest_regressor
def test_gs_knearest_regressor():
0 commit comments