We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03b2ea commit bc53e2eCopy full SHA for bc53e2e
machine_learning/scoring_functions.py
@@ -1,4 +1,4 @@
1
-import numpy
+import numpy as np
2
3
""" Here I implemented the scoring functions.
4
MAE, MSE, RMSE, RMSLE are included.
0 commit comments