gluon_predict#
parameter name |
description |
required |
data type |
default value |
example value |
---|---|---|---|---|---|
model_name |
予測を行う(gluon_train で作成した)model_name を指定。 |
yes |
string |
gluon_model |
|
input_table |
予測を行いたいテーブルを指定。 |
yes |
string (dbname.table_name) |
ml_dataset.gluon_test |
|
output_table |
予測結果を格納するテーブルを指定。 |
yes |
string (dbname.table_name) |
mldev.gluon_predicted |
|
output_mode |
output_table 出力の際の書込オプション。 |
no |
string (overwrite/replace or append) |
overwrite |
overwrite |
ignore_columns |
モデル作成時に無視したいカラムを指定する。 |
no |
string (comma seperated) |
time |
time, rowid |
rowid_column |
|
no |
None |
userid |
|
rowid_filter |
予測を行うレコードを rowid のカラム値によってフィルタリングを行う。 |
no |
string (comma seperated) |
None |
1-3’, ‘1-4’ |
export_leaderboard |
leaderboard table を出力したい場合にを指定。 |
no |
string ([dbname.]table_name) |
None |
ml_test.leaderboard |
export_feature_importance |
Feature Importance table を出力したい場合に指定。 |
no |
string ([dbname.]table_name) |
None |
ml_test.feature_importance |
hide_table_contents |
Notebook 内において、表を表示しないようにする。 |
no |
boolean |
FALSE |
FALSE |
shared_model |
共有された model を使用する場合に使用するオプション。model のUUID を指定する。 |
no |
string |
None |
ACBD24B6-5062-4DCC-A3E5-ADD40EA01D2F |
audience_name |
オーディエンススタジオの Master Segment の attribute_table に追加する設定を行った場合に、Master Segment 名を指定する。 |
no |
string |
None |
my_master_segment_name |
foreign_key |
|
no |
string |
none |
userid |
fi_time_limit |
Feature Importance の計算にかける時間のソフトリミットを秒数で指定。 |
no |
integer |
5 * 60 |
10 * 60 |