rumale-naive_bayes 0.27.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/naive_bayes/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: 27ef37234a2a94e9215cfa5f146a57ce30ee951d3225540c9a7c9dc0fb0481ec
|
4
|
+
data.tar.gz: c8211988a3f3dbf7ea00b5fcaf759730fa9a6054c781023ebd52a0b40fa525c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 323e23c9429870caec6f2938e8b5e387e239efd9901f06542287e8b2a27b31e81b869994b4efe859801a5537ecfdb748f82abad5fef3543c58128c7f4e117d30
|
7
|
+
data.tar.gz: ab31b0577d9b9e9e88432b5f20471747371bcd0adcfbfe5dc0a84b2a0ed5bf8bcf877cc8ef6b926aaa8b6e7ee3c8110662a116162fe1d56956dfaf576d2add89
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rumale-naive_bayes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
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.
|
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.
|
40
|
+
version: 0.28.1
|
41
41
|
description: |
|
42
42
|
Rumale::NaiveBayes provides naive bayes models,
|
43
43
|
such as Gaussian Naive Bayes, Multinomial Naive Bayes, and Bernoulli Naive Bayes,
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
85
|
+
rubygems_version: 3.4.22
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: Rumale::NaiveBayes provides naive bayes models with Rumale interface.
|