Skip to content

Commit

Permalink
fix tournament python 3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
ndharasz committed Jul 3, 2024
1 parent 896a148 commit 7e928d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerai/examples/tournament-python3/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

logging.basicConfig(filename="log.txt", filemode="a")

TOURNAMENT = 12
TOURNAMENT = 8
DATA_VERSION = "v4.1"
ERA_COL = "era"
DATA_TYPE_COL = "data_type"
Expand Down

0 comments on commit 7e928d7

Please sign in to comment.