Sha256: 747e18df618f41f2ea77f55340950010fba7fd5b366138878d03431695339262

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

# Rumale is a machine learning library in Ruby.
module Rumale
  # Module implements utilities of pipeline that cosists of a chain of transfomers and estimators.
  module Pipeline
    # @!visibility private
    VERSION = '0.29.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumale-pipeline-0.29.0 lib/rumale/pipeline/version.rb