Skip to content

Commit

Permalink
Merge pull request #823 from aviaIguazio/development
Browse files Browse the repository at this point in the history
[feature_selection] update function yaml
  • Loading branch information
aviaIguazio authored Sep 12, 2024
2 parents 55e1dc0 + 75dbafd commit 8f3f226
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 37 deletions.
47 changes: 15 additions & 32 deletions feature_selection/function.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions feature_selection/item.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ labels:
author: orz
maintainers: []
marketplaceType: ''
mlrunVersion: 1.1.0
mlrunVersion: 1.6.4
name: feature-selection
platformVersion: 3.5.0
platformVersion: 3.6.0
spec:
filename: feature_selection.py
handler: feature_selection
image: mlrun/mlrun
kind: job
requirements: []
url: ''
version: 1.4.0
version: 1.5.0
2 changes: 1 addition & 1 deletion feature_selection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-learn~=1.0.2
scikit-learn
matplotlib
seaborn
scikit-plot
Expand Down
2 changes: 1 addition & 1 deletion feature_selection/test_feature_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def test_run_local_feature_selection():
inputs={'df_artifact': 'data/metrics.pq'},
artifact_path='artifacts/',
)
assert run.artifact('feature_scores').get() and run.artifact('selected_features').get()
assert run.outputs['feature_scores'] and run.outputs['selected_features']
_delete_outputs({ARTIFACTS_PATH, RUNS_PATH, SCHEDULES_PATH})

0 comments on commit 8f3f226

Please sign in to comment.