Azure / Azure/MachineLearningNotebooks

Azure AutoML error : A field of the entity is over the size limit

オープン
#1,605 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,
I am trying to run an automl code on Azure using the azureml SDK (class AutoMLStep). But it is throwing an error saying

`A field of the entity is over the size limit. FieldName=RunDto.Properties.Value/Length, Limit=550000, Size=697351`

` ERROR - AutoML driver_wrapper script terminated with an exception of type: `

`ExceptionTarget: Unspecified 2021-10-05 05:00:02.236 - WARNING - An service error was raised with an HTTP code 400. Error details unavailable. 2021-10-05 05:00:02.236 - WARNING - Encountered an exception of type: , interpreted as error code Service. 2021-10-05 05:00:02.544 - WARNING - An service error was raised with an HTTP code 400. Error details unavailable. 2021-10-05 05:00:02.545 - WARNING - Encountered an exception of type: , interpreted as error code SystemError.ClientError.AutoMLInternal.Service.`

How do I debug this error, to find where is this error exactly pointing to?
The version of autoML I am using is 1.34.0..

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Azure ML SDK AutoMLStep 構成と、バージョン 1.34.0 から報告されている ServiceException から始めます。送信された RunDto.Properties.Value のどれが 550000 バイトの上限に達するのかを追跡し、エラーに報告されたサイズを確認に使用します。超過しているフィールドを特定し、再現可能な診断または確認済みの解決策を文書化できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, python
領域
cloud, machine-learning
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。