rumale-feature_extraction 0.24.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7927d78c3c8294fdaba1f509c5bfa0d3d5960d5813cba42aaa5c2765317064dd
4
- data.tar.gz: 43422862894245c61da3b8973a3991cccf80d87f901fbab635077a00fe7670d8
3
+ metadata.gz: af5f4ca708f61233237104cfecac53598af359a0bb4657d4d86a1d8852415126
4
+ data.tar.gz: 861fc54642ff475573f1993eada5de8580068d59d2af9715e943b9ab3c9a6eee
5
5
  SHA512:
6
- metadata.gz: 9127e6789c784861dc6302cbd69b6abc6afc841e8ba22ef0e4b1b42cd0a575433fe79e37c3797eee632560cf7d0a7585aee1e2a28ee7d1df8ae770c5be2f587f
7
- data.tar.gz: a0455a7c16fc510d2428d9476e22d883bb1377779552daba8243ce20bdd332df69be4f3143aa1d4abe2bc4b319210c06872ff6239a25565fa13da82298113b13
6
+ metadata.gz: 64a9a446b43d61ad81b295c7cdbd193a3c321bb8b44569b9cc5c62aab8cd05b83371009fd6dc51dc79e8143237532b9903294e49526684965a41d69fa24966d8
7
+ data.tar.gz: 89a2cccf9274cc6225fae3bc001e9f6268850008e6f953b0d4e323858c022f493122689a204381b48b3af0db07afd0e8009cb4695c31729c17dd155fbd9e8a6c
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 Atsushi Tatsuma
1
+ Copyright (c) 2022-2023 Atsushi Tatsuma
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -5,6 +5,6 @@ module Rumale
5
5
  # This module consists of the classes that extract features from raw data.
6
6
  module FeatureExtraction
7
7
  # @!visibility private
8
- VERSION = '0.24.0'
8
+ VERSION = '0.26.0'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumale-feature_extraction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mmh3
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.24.0
47
+ version: 0.26.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.24.0
54
+ version: 0.26.0
55
55
  description: |
56
56
  Rumale::FeatureExtraction provides feature extraction methods,
57
57
  such as TF-IDF and feature hashing,