Sha256: fae309775c8d05e84e9c8a45e4c0ec7eb478892bb6a5ebc86a63de9395578f02
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true # Rumale is a machine learning library in Ruby. module Rumale # This module consists of the classes that implement tree models. module Tree # @!visibility private VERSION = '0.26.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-tree-0.26.0 | lib/rumale/tree/version.rb |