Skip to content

Commit

Permalink
Clean up (#539)
Browse files Browse the repository at this point in the history
* remove symlink

* remove checkpoint

* random file

* typo
  • Loading branch information
tcapelle authored Jun 18, 2024
1 parent db860bf commit 5bc36a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions colabs/boosting/Simple_LightGBM_Integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
" 'feature_fraction': 0.9,\n",
" 'bagging_fraction': 0.8,\n",
" 'bagging_freq': 5,\n",
" 'verbosity': 0\n",
" 'verbosity': 0,\n",
" 'early_stopping_rounds': 5,\n",
"}\n",
"\n",
"wandb.init(project='my-lightgbm-project', config=params)"
Expand Down Expand Up @@ -234,7 +235,6 @@
" num_boost_round=30,\n",
" valid_sets=lgb_eval,\n",
" valid_names=('validation'),\n",
" early_stopping_rounds=5,\n",
" callbacks=[wandb_callback()],\n",
" )"
]
Expand Down
1 change: 0 additions & 1 deletion colabs/intro/boom.txt

This file was deleted.

1 change: 0 additions & 1 deletion colabs/keras/Intro_to_Weights_&_Biases.ipynb

This file was deleted.

Binary file not shown.

0 comments on commit 5bc36a4

Please sign in to comment.