WenjieDu/PyPOTS

View on GitHub

Showing 398 of 455 total issues

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

    def __init__(
Severity: Major
Found in pypots/imputation/tide/core.py - About 1 hr to fix

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

        def __init__(
    Severity: Major
    Found in pypots/imputation/film/core.py - About 1 hr to fix

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

          def __init__(
      Severity: Major
      Found in pypots/forecasting/base.py - About 1 hr to fix

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

            def __init__(
        Severity: Major
        Found in pypots/nn/modules/fedformer/layers.py - About 1 hr to fix

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

          def sample_factor_x_partial(tau_sparse_tensor, tau_ind, time_lags, U, V, X, A, Lambda_x, back_step):
          Severity: Major
          Found in pypots/forecasting/bttf/core.py - About 1 hr to fix

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

            def BTTF_forecast(
            Severity: Major
            Found in pypots/forecasting/bttf/core.py - About 1 hr to fix

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

                  def __init__(
              Severity: Major
              Found in pypots/nn/modules/micn/backbone.py - About 1 hr to fix

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

                    def __init__(
                Severity: Major
                Found in pypots/forecasting/bttf/model.py - About 1 hr to fix

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

                      def __init__(
                  Severity: Major
                  Found in pypots/nn/modules/pyraformer/autoencoder.py - About 1 hr to fix

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

                        def __init__(
                    Severity: Major
                    Found in pypots/nn/modules/autoformer/layers.py - About 1 hr to fix

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

                          def __init__(
                      Severity: Major
                      Found in pypots/nn/modules/reformer/autoencoder.py - About 1 hr to fix

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

                            def __init__(
                        Severity: Major
                        Found in pypots/imputation/timesnet/core.py - About 1 hr to fix

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

                              def __init__(
                          Severity: Major
                          Found in pypots/nn/modules/crossformer/layers.py - About 1 hr to fix

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

                                def __init__(
                            Severity: Major
                            Found in pypots/clustering/base.py - About 1 hr to fix

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

                                  def __init__(
                              Severity: Major
                              Found in pypots/classification/base.py - About 1 hr to fix

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

                                    def __init__(
                                Severity: Major
                                Found in pypots/base.py - About 1 hr to fix

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

                                      def __init__(
                                  Severity: Major
                                  Found in pypots/imputation/stemgnn/core.py - About 1 hr to fix

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

                                        def __init__(
                                    Severity: Major
                                    Found in pypots/imputation/frets/core.py - About 1 hr to fix

                                      Function __init__ has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          def __init__(
                                              self,
                                              in_channels,
                                              out_channels,
                                              seq_len_q,
                                      Severity: Minor
                                      Found in pypots/nn/modules/fedformer/layers.py - About 1 hr to fix

                                        Function forward has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            def forward(self, x):
                                                mapped = self.net(x)
                                                batch_size = mapped.size(0)
                                                time_length = mapped.size(1)
                                        
                                        
                                        Severity: Minor
                                        Found in pypots/nn/modules/gpvae/layers.py - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language