Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch eccd35da8d fix: positional params 2023-07-24 18:52:58 +00:00
@@ -714,7 +714,12 @@
"):\n",
"\n",
" custom_trainer(\n",
" train_uri, label_uri, max_depth, learning_rate, boost_rounds, model_uri\n",
" train_uri=train_uri,\n",
" label_uri=label_uri,\n",
" max_depth=max_depth,\n",
" learning_rate=learning_rate,\n",
" boost_rounds=boost_rounds,\n",
" model_uri=model_uri,\n",
" )"
]
},