Sha256: cc736f6265c99b1e13f7fad562466d139c0dc6db62c432407ba519474dfef58a

Contents?: true

Size: 159 Bytes

Versions: 6

Compression:

Stored size: 159 Bytes

Contents

module ThunderSVM
  class Regressor < Model
    def initialize(svm_type: :epsilon_svr, **options)
      super(svm_type: svm_type, **options)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thundersvm-0.2.0 lib/thundersvm/regressor.rb
thundersvm-0.1.4 lib/thundersvm/regressor.rb
thundersvm-0.1.3 lib/thundersvm/regressor.rb
thundersvm-0.1.2 lib/thundersvm/regressor.rb
thundersvm-0.1.1 lib/thundersvm/regressor.rb
thundersvm-0.1.0 lib/thundersvm/regressor.rb