Skip to content

Commit

Permalink
Update automl-image-object-detection-task-fridge-items.ipynb (Azure#1470
Browse files Browse the repository at this point in the history
)

Move the imports to appropriate cell so that they are reflected in docs.
  • Loading branch information
PhaniShekhar authored Jul 13, 2022
1 parent 7120e90 commit fec87bd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"from azure.identity import DefaultAzureCredential\n",
"from azure.ai.ml import MLClient\n",
"\n",
"from azure.ai.ml.constants import AssetTypes, InputOutputModes\n",
"from azure.ai.ml import Input\n",
"from azure.ai.ml.automl import ImageObjectDetectionSearchSpace\n",
"from azure.ai.ml.sweep import (\n",
" Choice,\n",
Expand Down Expand Up @@ -355,6 +353,9 @@
},
"outputs": [],
"source": [
"from azure.ai.ml.constants import AssetTypes, InputOutputModes\n",
"from azure.ai.ml import Input\n",
"\n",
"# Training MLTable defined locally, with local data to be uploaded\n",
"my_training_data_input = Input(type=AssetTypes.MLTABLE, path=training_mltable_path)\n",
"\n",
Expand Down

0 comments on commit fec87bd

Please sign in to comment.