monarch-initiative/N2V

View on GitHub

Showing 369 of 369 total issues

Function __init__ has 10 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(
Severity: Major
Found in embiggen/embedders/karateclub_embedders/deep_walk.py - About 1 hr to fix

    Function __init__ has 10 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(
    Severity: Major
    Found in embiggen/embedders/pykeen_embedders/transr.py - About 1 hr to fix

      Function normalize_node_feature has 10 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def normalize_node_feature(
      Severity: Major
      Found in embiggen/utils/abstract_models/abstract_classifier_model.py - About 1 hr to fix

        Function normalize_node_features has 10 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def normalize_node_features(
        Severity: Major
        Found in embiggen/utils/abstract_models/abstract_classifier_model.py - About 1 hr to fix

          Function normalize_model_list_parameter has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
          Open

          def normalize_model_list_parameter(
              candidate_list: Optional[Union[Any, List[Any]]],
              elements_number: int,
              object_type: Type,
              default_value: Any = None,
          Severity: Minor
          Found in embiggen/utils/normalize_model_structural_parameters.py - About 1 hr to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function _evaluate has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
          Open

              def _evaluate(
                  self,
                  graph: Graph,
                  train: Graph,
                  test: Graph,
          Severity: Minor
          Found in embiggen/node_label_prediction/node_label_prediction_model.py - About 1 hr to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function predict has 10 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def predict(
          Severity: Major
          Found in embiggen/edge_prediction/edge_prediction_model.py - About 1 hr to fix

            Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def __init__(
            Severity: Major
            Found in embiggen/embedders/pykeen_embedders/ermlp.py - About 1 hr to fix

              Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def __init__(
              Severity: Major
              Found in embiggen/embedders/pykeen_embedders/node_piece.py - About 1 hr to fix

                Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def __init__(
                Severity: Major
                Found in embiggen/embedders/pykeen_embedders/crosse.py - About 1 hr to fix

                  Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def __init__(
                  Severity: Major
                  Found in embiggen/embedders/pykeen_embedders/pykeen_embedder.py - About 1 hr to fix

                    Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def __init__(
                    Severity: Major
                    Found in embiggen/embedders/pykeen_embedders/transd.py - About 1 hr to fix

                      Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def __init__(

                        Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def __init__(
                        Severity: Major
                        Found in embiggen/embedders/pykeen_embedders/auto_sf.py - About 1 hr to fix

                          Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def __init__(
                          Severity: Major
                          Found in embiggen/embedders/pykeen_embedders/transh.py - About 1 hr to fix

                            Function plot_positive_and_negative_edges has 9 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def plot_positive_and_negative_edges(
                            Severity: Major
                            Found in embiggen/visualizations/graph_visualizer.py - About 1 hr to fix

                              Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def __init__(
                              Severity: Major
                              Found in embiggen/embedders/pykeen_embedders/ermlpe.py - About 1 hr to fix

                                Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def __init__(
                                Severity: Major
                                Found in embiggen/embedders/pykeen_embedders/transe.py - About 1 hr to fix

                                  Function _prepare_evaluation has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def _prepare_evaluation(
                                  Severity: Major
                                  Found in embiggen/utils/abstract_models/abstract_classifier_model.py - About 1 hr to fix

                                    Function _plot_positive_and_negative_edges_distance_histogram has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def _plot_positive_and_negative_edges_distance_histogram(
                                    Severity: Major
                                    Found in embiggen/visualizations/graph_visualizer.py - About 1 hr to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language