0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GCP上のデータを利用してAzureMachineLearningを実行する_その2_GCS

Posted at

概要

以下の記事のGoogle Cloud Storage(GCS)での手順です。
GCP上のデータを利用してAzureMachineLearningを実行する_その1_まとめと環境設定

本記事は下記のGitHubでソースコードを公開しています。
GCP上のデータを利用してAzureMachineLearningを実行する_その2_GCS

構成

image.png

手順概要

  1. GCS準備
  2. ローカル実験によるテスト
  3. AMLのリモート実験

1.GCS準備

jupyter notebookで[01_GCS_Create_Bucket.ipynb]を実行します。

利用ファイル:

  • 01_GCS_Create_Bucket.ipynb
  • project_folder/サービスアカウントキー作成で出力したjsonファイル
  • data/breast_cancer.csv

2. ローカル実験によるテスト

jupyter notebookで02_GCS_ML_Local.ipynbを実行します。

利用ファイル:

  • 02_GCS_ML_Local.ipynb
  • project_folder/サービスアカウントキーを作成で出力したjsonファイル

3. AMLのリモート実験

jupyter notebookで03_GCS_Azure_ML_Remote.ipynbを実行します。

利用ファイル:

  • 03_GCS_Azure_ML_Remote.ipynb
  • project_folder/サービスアカウントキーを作成で出力したjsonファイル
  • project_folder/train_breast_cancer.py
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?