Skip to content

Commit bc53e2e

Browse files
author
cclauss
authored
import numpy as np
Lines like 19, 20, 29, 30, etc. use np but it is never defined.
1 parent a03b2ea commit bc53e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: machine_learning/scoring_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import numpy
1+
import numpy as np
22

33
""" Here I implemented the scoring functions.
44
MAE, MSE, RMSE, RMSLE are included.

0 commit comments

Comments
 (0)