Skip to content

Commit

Permalink
2023 models
Browse files Browse the repository at this point in the history
  • Loading branch information
BSalita committed Jan 11, 2024
1 parent 24700d8 commit dec83db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SavedModels/acbl_club_predicted_directions_fastai_model.pkl
Git LFS file not shown
4 changes: 2 additions & 2 deletions SavedModels/acbl_club_predicted_rankings_fastai_model.pkl
Git LFS file not shown
2 changes: 1 addition & 1 deletion mlBridgeLib/mlBridgeLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def pd_options_display():
pd.options.display.max_columns = 0
pd.options.display.max_colwidth = 100
pd.options.display.min_rows = 500
pd.options.display.max_rows = 50 # 0
pd.options.display.max_rows = 10 # 0 is unlimited. 10 will use head(10/2) and tail(10/2).
pd.options.display.precision = 2
pd.options.display.float_format = '{:.2f}'.format

Expand Down

0 comments on commit dec83db

Please sign in to comment.