Sha256: be5b1e3dceed95b81aef53f512016c83f943ef2244a1aa2a9215b28cfb443535
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.26.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-pipeline-0.26.0 | lib/rumale/pipeline/version.rb |