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