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