rumale-core 0.26.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rumale/core/version.rb +1 -1
- data/lib/rumale/dataset.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64b41e3b10e3335ed206a6f854f967cfc8292caaf7b344f7094b59661adf0824
|
4
|
+
data.tar.gz: 9237f88443692d0164507a4e802fef69451c0133b2300295e4b3b5e27a127463
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1d4f82bb8aaa516bae69f5f0e8e4a50b84855b0891ccd153b4b57c81a799a3700763c42cd80cdd9e23307c71b693f46a567190e336bd5efa0fc6499d44ecb70
|
7
|
+
data.tar.gz: 8fb611eae440c872b3bc4613218d2a556f49616c3cbd868d47a2fe57a5683e2f6899024ee0fc8eb6dce90394c616a7ecb47e793a8bca6347bf2443b7c6c77e19
|
data/lib/rumale/core/version.rb
CHANGED
data/lib/rumale/dataset.rb
CHANGED
@@ -6,8 +6,8 @@ require 'rumale/utils'
|
|
6
6
|
|
7
7
|
module Rumale
|
8
8
|
# Module for loading and saving a dataset file.
|
9
|
-
module Dataset
|
10
|
-
class << self
|
9
|
+
module Dataset
|
10
|
+
class << self # rubocop:disable Metrics/ClassLength
|
11
11
|
# Load a dataset with the libsvm file format into Numo::NArray.
|
12
12
|
#
|
13
13
|
# @param filename [String] A path to a dataset file.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumale-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yoshoku
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: numo-narray
|