GUI 구성¶
allow_config_overrides_in_expert_page¶
allow_config_overrides_in_expert_page (Boolean)
Default value True
사용자가 전문가 페이지에서 실험별로 비서버 toml 매개변수의 변경을 허용할지 여부를 지정합니다.
max_cols_log_headtail¶
max_cols_log_headtail (Number)
Default value 1000
데이터를 수집하거나 데이터에 대한 실험을 실행할 때 기록할 각 헤드 및 테일의 최대 열 수입니다.
max_cols_gui_headtail¶
max_cols_gui_headtail (Number)
Default value 1000
GUI에 표시할 각 헤드 및 테일의 최대 열 수, 헤드 또는 테일에 필요한 모든 열이 있지만 UI 또는 웹 서버가 처리하기에는 너무 많은 경우에 유용합니다. -1은 제한이 없음을 의미합니다. 적절한 값은 500이며, 그 이상의 경우 웹 서버 또는 브라우저가 과부하되어 너무 많은 메모리가 사용될 수 있습니다. UI의 일부 열 개수 값이 올바르게 표시되지 않을 수 있으며 일부 데이터 세트 정보 기능이 작동하지 않을 수 있습니다. (GUI 또는 클라이언트에서) 열을 대상, 가중치 열, 폴드 열, 시간 열, 시간 열 그룹 또는 삭제된 열로 선택하려면 데이터 세트에 선택한 헤드 또는 테일 열 세트 내에 해당 열이 있어야 합니다.
supported_file_types¶
supported_file_types (List)
Default value ['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)
Default value ['py', 'pyc', 'zip']
데이터 레시피 파일의 지원되는 파일 형식(파일 이름 끝이 일치해야 파일 브라우저에 표시됨)
list_files_without_extensions¶
list_files_without_extensions (Boolean)
Default value False
기본적으로 지원되는 파일 형식(위에 나열된 파일 확장자 기반)만 DAI로 가져오기 위해 나열됩니다. 일부 데이터 파이프라인은 확장자가 없는 parquet 파일을 생성합니다. 아래 옵션을 활성화하면 확장자가 없는 파일이 파일 가져오기 대화 상자에 나열됩니다. DAI는 확장자가 없는 파일을 parquet 파일로 가져오며 가져올 수 없으면 오류가 생성됩니다.
allow_localstorage¶
allow_localstorage (Boolean)
Default value True
UX를 개선하기 위해 브라우저 localstorage 사용을 허용합니다.
allow_orig_cols_in_predictions¶
allow_orig_cols_in_predictions (Boolean)
Default value True
다운로드한 예측 CSV에 원본 데이터 세트 열이 표시되도록 허용합니다
allow_form_autocomplete¶
allow_form_autocomplete (Boolean)
Default value True
브라우저의 예를 들어 로그인 양식의 로그인 자격 증명(높은 보안을 위해 false로 설정) 저장을 허용합니다.
app_language¶
app_language (String)
Default value 'en'
기본 애플리케이션 언어 - 옵션은 〈en〉, 〈ja〉, 〈cn〉, 〈ko〉 입니다.
disablelogout¶
disablelogout (Boolean)
Default value False
true인 경우 GUI에 로그아웃 버튼이 표시되지 않습니다.
python_client_path¶
python_client_path (String)
Default value ''
Driverless AI Python 클라이언트 위치의 로컬 경로입니다. 비어 있으면 s3에서 다운로드됩니다.
python_client_verify_integrity¶
python_client_verify_integrity (Boolean)
Default value True
비활성화된 경우 서버는 python_client_path 에 지정된 WHL 패키지가 유효한 DAI python 클라이언트인지 확인하지 않습니다. 기본값 True
gui_require_experiment_name¶
Require experiment name (Boolean)
Default value False
활성화되면 새 실험에 전문가 이름을 지정해야 합니다.
gui_enable_deploy_button¶
Enable experiment deploy button (Boolean)
Default value True
비활성화되면 완료된 실험 페이지에서 배포 옵션이 비활성화됩니다.
enable_gui_product_tour¶
If False, GUI won’t show experiment/product tour, when first time using DriverlessAI (Boolean)
Default value True
디스플레이 실험 둘러보기
enable_dataset_downloading¶
enable_dataset_downloading (Boolean)
Default value True
사용자가 데이터 세트를 csv 파일로 다운로드할 수 있는지 여부
enable_experiment_export¶
enable_experiment_export (Boolean)
Default value True
활성화된 경우 사용자는 실험을 Zip 파일로 내보낼 수 있습니다.
enable_experiment_import¶
enable_experiment_import (Boolean)
Default value 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)
Default value ''
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.