Skip to content

Commit c5a4a45

Browse files
authored
Merge pull request #601 from mlrun/1.6.x-dev
1.6.x dev
2 parents 9ccba33 + b561532 commit c5a4a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fraud-prevention-feature-store/02-create-training-model.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,9 @@
975975
"source": [
976976
"feature_selection_fn = mlrun.import_function('hub://feature_selection')\n",
977977
"\n",
978+
"feature_selection_fn.with_requirements(requirements=[\"matplotlib==3.8.4\"])\n",
979+
"feature_selection_fn.deploy()\n",
980+
"\n",
978981
"feature_selection_run = feature_selection_fn.run(\n",
979982
" params={\"k\": 18,\n",
980983
" \"min_votes\": 2,\n",

0 commit comments

Comments
 (0)