We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aed8e1f + 5a65ecb commit b561532Copy full SHA for b561532
fraud-prevention-feature-store/02-create-training-model.ipynb
@@ -975,6 +975,9 @@
975
"source": [
976
"feature_selection_fn = mlrun.import_function('hub://feature_selection')\n",
977
"\n",
978
+ "feature_selection_fn.with_requirements(requirements=[\"matplotlib==3.8.4\"])\n",
979
+ "feature_selection_fn.deploy()\n",
980
+ "\n",
981
"feature_selection_run = feature_selection_fn.run(\n",
982
" params={\"k\": 18,\n",
983
" \"min_votes\": 2,\n",
0 commit comments