We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f186b7 commit d253567Copy full SHA for d253567
mlOps/modelOps/data_science/nyc_taxi/train_register.py
@@ -8,6 +8,9 @@
8
# Install pypi packages azureml-sdk[databricks], lightgbm, uszipcode
9
# The above will be automated in due course
10
11
+
12
+# https://learn.microsoft.com/en-us/azure/databricks/_extras/notebooks/source/machine-learning/automl-feature-store-example.html
13
14
# COMMAND ----------
15
16
from pyspark.sql import *
@@ -337,6 +340,9 @@ def train_model(
337
340
)
338
341
339
342
#Save The Model
343
344
+ self.create_model_folder()
345
346
model_file_path = self.get_model_file_path("taxi_example_fare_packaged")
347
print(f"ModelFilePath: {model_file_path}")
348
joblib.dump(
0 commit comments