Skip to content

Commit

Permalink
fix: commented unused cell from new autogluon version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperan committed Aug 3, 2023
1 parent 1646906 commit 4fb70af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/models_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
"source": [
"from autogluon.tabular import TabularPredictor\n",
"predictor = TabularPredictor(label='win',\n",
" verbosity=0,\n",
" verbosity=2,\n",
" problem_type='binary', # ‘binary’, ‘multiclass’, ‘regression’, ‘quantile’\n",
" path='./winner_models',\n",
" ).fit(train_data, time_limit=10*60, presets='medium_quality') # https://auto.gluon.ai/0.5.2/tutorials/tabular_prediction/tabular-quickstart.html#presets # medium_quality, good_quality, high_quality, best_quality "
Expand Down

0 comments on commit 4fb70af

Please sign in to comment.