advanced¶
- class virtualitics_sdk.nlp.advanced.KGAdvancedConfig¶
Bases:
Step
- alpha_value_drop_title = 'Change Alpha-Value'¶
- bonferroni_drop_title = 'Use Bonferroni Correction'¶
- create_significant_feature_card()¶
- classmethod create_sim_thresh_config_drop()¶
Generate the similarity threshold dropdown that let the user choose if compute the experiment Args: Returns: A dropdown component that can be added to the page
- classmethod get_alpha_value_or_default(store_interface)¶
- classmethod get_bonferroni_value_or_default(store_interface)¶
- classmethod get_sim_threshold_range_or_default(store_interface)¶
- classmethod get_sim_threshold_value_or_default(store_interface)¶
- main_section = 'Knowledge Graph advanced settings'¶
- run(flow_metadata)¶
- sim_threshold_drop_range = 'Select Similarity Threshold Experiment Interval'¶
- sim_threshold_drop_title = 'Conduct Similarity Threshold Experiment?'¶
- step_title = 'KG Advanced Settings'¶