From 1531ff73f8663df69190916296b13f087701c415 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 23 Dec 2023 11:07:32 +0000 Subject: [PATCH] print df in actions --- tests/global-unit-test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/global-unit-test.py b/tests/global-unit-test.py index a519828..defa3a0 100644 --- a/tests/global-unit-test.py +++ b/tests/global-unit-test.py @@ -25,6 +25,7 @@ logger.info("no config passed") df = pd.read_csv("dataset/golf.txt") + logger.info(df.head()) model = cb.fit(df) gc.collect()