Skip to content

Commit b4be650

Browse files
committed
Uncommented the feature_engineering pipeline
1 parent 316dc60 commit b4be650

File tree

1 file changed

+1
-1
lines changed
  • native-experiment-tracking

1 file changed

+1
-1
lines changed

native-experiment-tracking/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main(
7777

7878
# Run the feature engineering pipeline, this way all invocations within the training pipelines
7979
# will use the cached output from this pipeline
80-
# feature_engineering()
80+
feature_engineering()
8181

8282
# Here is our set of parameters that we want to explore to find the best combination
8383
alpha_values = [0.0001, 0.001, 0.01]

0 commit comments

Comments
 (0)