SciRuby/statsample

View on GitHub
lib/statsample/regression/multiple/gslengine.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def initialize(ds,y_var, opts=Hash.new)
            super
            @ds          = ds.reject_values(*Daru::MISSING_VALUES)
            @ds_valid    = @ds
            @valid_cases = @ds_valid.nrows
Severity: Minor
Found in lib/statsample/regression/multiple/gslengine.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status