get_model
method forecastflow.Project.get_model
Parameters
model_id: str
Returns
forecastflow.Model
Examples
model = project.get_model(model_id='zAJKNSF6dMDyyAjbz9VK')
# 予測ターゲットと特徴量のカラム名の取得方法
target = model.target
features = model.features最終更新