update samples from Release-169 as a part of 1.0.85 SDK release (#742)

Co-authored-by: vizhur <vizhur@live.com>
This commit is contained in:
Harneet Virk
2020-01-21 15:00:15 -08:00
committed by vizhur
parent 512630472b
commit b05ff80e9d
57 changed files with 725 additions and 1881 deletions

View File

@@ -631,9 +631,7 @@
"outputs": [],
"source": [
"import json\n",
"# The request data frame needs to have y_query column which corresponds to query.\n",
"X_query = X_test.copy()\n",
"X_query['y_query'] = np.NaN\n",
"# We have to convert datetime to string, because Timestamps cannot be serialized to JSON.\n",
"X_query[time_column_name] = X_query[time_column_name].astype(str)\n",
"# The Service object accept the complex dictionary, which is internally converted to JSON string.\n",

View File

@@ -1,4 +1,9 @@
name: auto-ml-forecasting-orange-juice-sales
dependencies:
- fbprophet==0.5
- py-xgboost<=0.80
- pip:
- azureml-sdk
- azureml-train-automl
- azureml-widgets
- matplotlib