Skip to content

Commit

Permalink
Merge pull request #601 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored May 21, 2024
2 parents 9ccba33 + b561532 commit c5a4a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fraud-prevention-feature-store/02-create-training-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,9 @@
"source": [
"feature_selection_fn = mlrun.import_function('hub://feature_selection')\n",
"\n",
"feature_selection_fn.with_requirements(requirements=[\"matplotlib==3.8.4\"])\n",
"feature_selection_fn.deploy()\n",
"\n",
"feature_selection_run = feature_selection_fn.run(\n",
" params={\"k\": 18,\n",
" \"min_votes\": 2,\n",
Expand Down

0 comments on commit c5a4a45

Please sign in to comment.