데이터 감사 노드 속성

데이터 검토 노드 아이콘데이터 감사 노드는 요약 통계, 각 필드에 대한 히스토그램과 분포도, 그리고 이상값, 결측값, 극단값에 대한 정보를 포함하여 데이터에 대한 포괄적인 첫 번째 정보를 제공합니다. 결과는 읽기 쉬운 행렬로 표시되며, 이를 정렬하여 전체 크기 그래프와 데이터 준비 노드를 생성하는 데 사용할 수 있습니다.

stream = modeler.script.stream()
sourcenode = stream.findByID("id46WRP1285C")
node = stream.createAt("dataaudit", "My node", 196, 100)
stream.link(sourcenode, node)
node.setPropertyValue("custom_fields", True)
node.setPropertyValue("fields", ["Age", "Na", "K"])
node.setPropertyValue("display_graphs", True)
node.setPropertyValue("basic_stats", True)
node.setPropertyValue("advanced_stats", True)
node.setPropertyValue("median_stats", False)
node.setPropertyValue("calculate", ["Count", "Breakdown"])
node.setPropertyValue("outlier_detection_method", "std")
node.setPropertyValue("outlier_detection_std_outlier", 1.0)
node.setPropertyValue("outlier_detection_std_extreme", 3.0)
node.setPropertyValue("output_mode", "Screen")
표 1. dataauditnode 특성
dataauditnode properties 데이터 유형 특성 설명
custom_fields 플래그  
fields [field1 … fieldN]  
overlay 필드  
display_graphs 깃발 출력 매트릭스에서 그래프 표시를 켜거나 끄는 데 사용됩니다.
basic_stats 플래그  
advanced_stats 플래그  
median_stats 플래그  
calculate Count Breakdown 누락된 값을 계산하는 데 사용됩니다. 계산 방법을 하나, 둘, 아니면 둘 다 선택하십시오.
outlier_detection_method std iqr 이상값과 극단값에 대한 탐지 방법을 지정하는 데 사용됩니다.
outlier_detection_std_outlier 숫자 outlier_detection_methodstd 인 경우, 특이치를 정의하는 데 사용할 숫자를 지정합니다.
outlier_detection_std_extreme 숫자 outlier_detection_methodstd 인 경우 극단값을 정의하는 데 사용할 숫자를 지정합니다.
outlier_detection_iqr_outlier 숫자 outlier_detection_methodiqr 인 경우, 특이치를 정의하는 데 사용할 숫자를 지정합니다.
outlier_detection_iqr_extreme 숫자 outlier_detection_methodiqr 인 경우 극단값을 정의하는 데 사용할 숫자를 지정합니다.
use_output_name 플래그 사용자 지정 출력 이름을 사용할지 여부를 지정합니다.
output_name 문자열 use_output_name 가 참이면 사용할 이름을 지정합니다.
output_mode Screen File 출력 노드에서 생성된 출력의 대상 위치를 지정하는 데 사용됩니다.
output_format Formatted (. tab ) Delimited (. csv ) HTML (. html ) Output (. cou ) 출력 유형을 지정하는 데 사용됩니다.
paginate_output 플래그 output_formatHTML 인 경우 출력을 페이지로 나눕니다.
lines_per_page 숫자 paginate_output 와 함께 사용하면 출력 페이지당 줄 수를 지정합니다.
full_filename 문자열