Skip to content

Commit

Permalink
print df in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Dec 23, 2023
1 parent 3b85b2b commit 1531ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/global-unit-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1531ff7

Please sign in to comment.