Gui 配置¶
allow_config_overrides_in_expert_page¶
allow_config_overrides_in_expert_page (Boolean)
默认值 True
是否允许用户在专家页面修改每次实验的非服务器 toml 参数。
max_cols_log_headtail¶
max_cols_log_headtail (Number)
默认值 1000
在摄取数据或在数据上运行实验时,每个头和尾要记录的最大列数。
max_cols_gui_headtail¶
max_cols_gui_headtail (Number)
默认值 1000
GUI 中要显示的每个头和尾中的最大列数,这在头或尾有所有必要的列时很有用,但 UI 或 web 服务器要处理的数据太多。-1 表示没有限制。合理的值是 500,超过此值,web 服务器或浏览器可能会超载,使用过多内存。UI 中列计数的某些值可能未正确显示,且一些数据集详情功能可能无法正常工作。要(从 GUI 或客户端)选择任何列作为目标、权重列、折叠列、时间列、时间列组或删除列,数据集的选定列的头或尾集合中应含有这些列。
supported_file_types¶
supported_file_types (List)
默认值 ['csv', 'tsv', 'txt', 'dat', 'tgz', 'gz', 'bz2', 'zip', 'xz', 'xls', 'xlsx', 'jay', 'feather', 'bin', 'arff', 'parquet', 'pkl', 'orc', 'avro']
支持的文件格式(文件名结尾必须与文件匹配,方可在文件浏览器中显示)
recipe_supported_file_types¶
recipe_supported_file_types (List)
默认值 ['py', 'pyc', 'zip']
数据插件文件支持的文件格式(文件名结尾必须与文件匹配,方可在文件浏览器中显示)
list_files_without_extensions¶
list_files_without_extensions (Boolean)
默认值 False
默认情况下,仅列示受支持的文件类型(基于上述文件扩展名)以供导入到 DAI。一些数据管道生成的 parquet 文件并无任何扩展名。启用以下选项将导致文件导入对话框中列示的文件不含扩展名。DAI 将导入无扩展名的文件作为 parquet 文件;如果不能导入,则会产生错误
allow_localstorage¶
allow_localstorage (Boolean)
默认值 True
允许使用浏览器本地存储,以改进 UX。
allow_orig_cols_in_predictions¶
allow_orig_cols_in_predictions (Boolean)
默认值 True
允许原始数据集列显示在下载的预测 CSV 中
allow_form_autocomplete¶
allow_form_autocomplete (Boolean)
默认值 True
例如,允许浏览器在登录表单中存储登录凭据(设置为 false 可提高安全性)
app_language¶
app_language (String)
默认值 'en'
默认应用语言 - 选项有 ‘en’、’ja’、’cn’、’ko’
disablelogout¶
disablelogout (Boolean)
默认值 False
若设置为 true,则登出按钮在 GUI 中不可见。
python_client_path¶
python_client_path (String)
默认值 ''
Driverless AI Python Client 的位置的本地路径。若为空,将从 s3 下载
python_client_verify_integrity¶
python_client_verify_integrity (Boolean)
默认值 True
若禁用,如果 python_client_path 中指定的 WHL 包是有效的 DAI python Client,服务器不会验证。默认为 True
gui_require_experiment_name¶
Require experiment name (Boolean)
默认值 False
启用后,新实验需要指定专家名称
gui_enable_deploy_button¶
Enable experiment deploy button (Boolean)
默认值 True
禁用后,已完成实验页面上将禁用部署选项
enable_gui_product_tour¶
If False, GUI won’t show experiment/product tour, when first time using DriverlessAI (Boolean)
默认值 True
显示实验历程
enable_dataset_downloading¶
enable_dataset_downloading (Boolean)
默认值 True
用户是否可以将数据集下载为 csv 文件
enable_experiment_export¶
enable_experiment_export (Boolean)
默认值 True
如果启用,用户可以将实验导出为 Zip 文件
enable_experiment_import¶
enable_experiment_import (Boolean)
默认值 True
如果启用,用户可以导入实验,从 DriverlessAI 导出为 Zip 文件
hac_link_url¶
hac_link_url (String)
Default value 'https://www.h2o.ai/freetrial/?utm_source=dai&ref=dai'
URL address of the H2O AI link
h2o_mlops_ui_url¶
MLOps UI URL address (String)
默认值 ''
If the h2o_mlops_ui_url is provided alongside the enable_storage, DAI is able to redirect user to the MLOps app upon clicking the Deploy button.