asafschers/scoruby

View on GitHub
lib/scoruby/model_factory.rb

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

      return Models::LogisticRegression::Model.new(xml) if logistic_regression?(xml)
Severity: Major
Found in lib/scoruby/model_factory.rb - About 30 mins to fix

    Line is too long. [84/80]
    Open

          return Models::LogisticRegression::Model.new(xml) if logistic_regression?(xml)
    Severity: Minor
    Found in lib/scoruby/model_factory.rb by rubocop

    There are no issues that match your filters.

    Category
    Status