Ejemplo n.º 1
0
 class Error(widget.OWWidget.Error):
     number_of_edges = widget.Msg(
         'Estimated number of edges is too high ({})')
Ejemplo n.º 2
0
 class Error(widget.OWWidget.Error):
     no_features = widget.Msg("At least 1 feature is required")
     no_instances = widget.Msg("At least 1 data instance is required")
     sparse_data = widget.Msg("Sparse data is not supported")
Ejemplo n.º 3
0
 class Error(widget.OWWidget.Error):
     empty_data = widget.Msg("Empty dataset")
     no_disc_vars = widget.Msg("No categorical data")
 class Warning(widget.OWWidget.Warning):
     model_not_appropriate = widget.Msg(
         'Model or its settings are not appropriate for this type of data.')
 class Error(widget.OWWidget.Error):
     no_vars_selected = widget.Msg('No independent variables selected')
     no_class_selected = widget.Msg('No dependent variable selected')
Ejemplo n.º 6
0
 class Warning(widget.OWWidget.Warning):
     empty_input = widget.Msg("Empty result on input. Nothing to display.")
Ejemplo n.º 7
0
 class Error(widget.OWWidget.Error):
     proj_and_domain_match = widget.Msg(
         "Projection and Data domains do not match")
     no_valid_data = widget.Msg("No projection due to invalid data")
Ejemplo n.º 8
0
 class Warning(OWAnchorProjectionWidget.Warning):
     invalid_embedding = widget.Msg("No projection for selected features")
     removed_vars = widget.Msg("Categorical variables with more than"
                               " two values are not shown.")
     max_vars_selected = widget.Msg(
         "Maximum number of selected variables reached.")
Ejemplo n.º 9
0
 class Warning(widget.OWWidget.Warning):
     topic_precedence = widget.Msg(
         'Input signal Topic takes priority over Corpus')
Ejemplo n.º 10
0
 class Warning(widget.OWWidget.Warning):
     no_cont_features = widget.Msg("Plotting requires numeric features")
     not_enough_components = widget.Msg("Input projection has less than 2 components")
     trivial_components = widget.Msg(
         "All components of the PCA are trivial (explain 0 variance). "
         "Input data is constant (or near constant).")
Ejemplo n.º 11
0
 class Error(widget.OWWidget.Error):
     unsupported_extension = widget.Msg(
         "Selected extension is not supported.")
Ejemplo n.º 12
0
 class Info(widget.OWWidget.Information):
     bow_weights = widget.Msg("Showing bag of words weights.")
Ejemplo n.º 13
0
 class Warning(widget.OWWidget.Warning):
     no_silhouettes = widget.Msg(
         "Silhouette scores are not computed for >{} samples".format(
             SILHOUETTE_MAX_SAMPLES))
     not_enough_data = widget.Msg(
         "Too few ({}) unique data instances for {} clusters")
Ejemplo n.º 14
0
 class Warning(widget.OWWidget.Warning):
     read_error = widget.Msg("{} 无法读取")
Ejemplo n.º 15
0
 class Warning(OWAnchorProjectionWidget.Warning):
     removed_features = widget.Msg("Categorical features with more than"
                                   " two values are not shown.")
Ejemplo n.º 16
0
 class Error(OWWidget.Error):
     error = widget.Msg("{}")
Ejemplo n.º 17
0
 class Warning(widget.OWWidget.Warning):
     duplicate_names = widget.Msg("Duplicate variable names in output.")
Ejemplo n.º 18
0
 class Error(widget.OWWidget.Error):
     no_features = widget.Msg("At least 1 feature is required")
     no_instances = widget.Msg("At least 1 data instance is required")
Ejemplo n.º 19
0
 class Error(widget.OWWidget.Error):
     failed = widget.Msg("Clustering failed\nError: {}")
     not_enough_data = widget.Msg(
         "Too few ({}) unique data instances for {} clusters")
     no_attributes = widget.Msg("Data is missing features.")
Ejemplo n.º 20
0
 class Error(widget.OWWidget.Error):
     no_webcam = widget.Msg("Couldn't acquire webcam")
Ejemplo n.º 21
0
 class Error(widget.OWWidget.Error):
     unexpected_error = widget.Msg('Unexpected error: {}')
Ejemplo n.º 22
0
 class Error(widget.OWWidget.Error):
     need_discrete_data = widget.Msg(
         "Need some discrete data to work with.")
     no_disc_features = widget.Msg(
         "Discrete features required but data has none.")
 class Information(widget.OWWidget.Information):
     nothing_significant = widget.Msg(
         'Chosen parameters reveal no significant groups')
Ejemplo n.º 24
0
 class Warning(widget.OWWidget.Warning):
     cont_attrs = widget.Msg(
         "Data has continuous attributes which will be skipped.")
     err_reg_expression = widget.Msg("Error in {} regular expression: {}")
Ejemplo n.º 25
0
 class Warning(widget.OWWidget.Warning):
     trivial_components = widget.Msg(
         "All components of the PCA are trivial (explain 0 variance). "
         "Input data is constant (or near constant).")
Ejemplo n.º 26
0
 class Error(widget.OWWidget.Error):
     file_not_found = widget.Msg("File not found.")
     missing_reader = widget.Msg("Missing reader.")
     sheet_error = widget.Msg("Error listing available sheets.")
     unknown = widget.Msg("Read error:\n{}")
Ejemplo n.º 27
0
 class Warning(widget.OWWidget.Warning):
     file_too_big = widget.Msg(
         "The file is too large to load automatically."
         " Press Reload to load.")
Ejemplo n.º 28
0
 class Error(widget.OWWidget.Error):
     duplicate_var_name = widget.Msg("A variable name is duplicated.")
Ejemplo n.º 29
0
 class Error(widget.OWWidget.Error):
     no_time_variable = widget.Msg('Data contains no time variable')
Ejemplo n.º 30
0
 class Warning(widget.OWWidget.Warning):
     large_number_of_nodes = widget.Msg(
         'Large number of nodes/edges; performance will be hindered')