Showing
1 changed file
with
1 additions
and
0 deletions
@@ -25,6 +25,7 @@ def eval_metrics(actual, pred): | @@ -25,6 +25,7 @@ def eval_metrics(actual, pred): | ||
25 | 25 | ||
26 | 26 | ||
27 | if __name__ == "__main__": | 27 | if __name__ == "__main__": |
28 | + print("Hello world...") | ||
28 | warnings.filterwarnings("ignore") | 29 | warnings.filterwarnings("ignore") |
29 | np.random.seed(40) | 30 | np.random.seed(40) |
30 | 31 |
-
Please register or login to post a comment