Skip to content

Commit

Permalink
removing get-offline-features from project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenv committed Oct 2, 2024
1 parent 54d2af9 commit f292117
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions project_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ def setup(project: mlrun.projects.MlrunProject) -> mlrun.projects.MlrunProject:
mlrun.get_run_db().get_hub_catalog(source_name="default", force_refresh=True)

# Set the functions:
_set_function(
project=project,
func="hub://get_offline_features",
name="get-vector",
kind="job",
)

_set_function(
project=project,
func="hub://feature_selection",
Expand Down

0 comments on commit f292117

Please sign in to comment.