MSLearnの続き(Azure Machine Learning デザイナーを使用して回帰モデルを作成する)
-
MSLearnのLINKはこちら
-
データおよびパイプライン(モデル)の作成
-
モデルの評価
-
推論パイプラインの作成
-
サービスとしてのテスト
endpoint = 'YOUR_ENDPOINT' #Replace with your endpoint
key = 'YOUR_KEY' #Replace with your key
import urllib.request
import json
import os
# Prepare the input data
data = {
"Inputs": {
"WebServiceInput0":
[