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