rumale-nearest_neighbors 0.28.0 → 0.28.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rumale/nearest_neighbors/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6030bf73c68870d537365a2e1ad1ae857754b2a040368472936dbdd9c249639
|
4
|
+
data.tar.gz: 3e7a61bcdf8f179a3f08bbe070f1688a2a50bfbf486e4adb569c466fd3cdf954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bd61ed50a9ad29df41a4bb122c95b5f4eef97a9d971fe190a55f171f1ba0a64b3591640cbcefca7b9ca70abd2cd5e8d4f76cc7f093cef2e9d9c3beb5fb7b9fb
|
7
|
+
data.tar.gz: 50aa6edaccbd896db237c0575effed9053384d14d69076ae3a80fdefec94b6be4c8692963a0863851ce83159830fd1bbb2c9feefc62082ffdfab1697b279f207
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumale-nearest_neighbors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.28.
|
4
|
+
version: 0.28.1
|
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-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: numo-narray
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.28.
|
33
|
+
version: 0.28.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.28.
|
40
|
+
version: 0.28.1
|
41
41
|
description: 'Rumale::NearestNeighbors provides classifier and regression based on
|
42
42
|
nearest neighbors rule with Rumale interface.
|
43
43
|
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.4.
|
81
|
+
rubygems_version: 3.4.22
|
82
82
|
signing_key:
|
83
83
|
specification_version: 4
|
84
84
|
summary: Rumale::NearestNeighbors provides classifier and regression based on nearest
|