scoruby 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb645c7c145b4d3fe4e72f759243bf473bd901e9
4
- data.tar.gz: e0e5fe27be6ed36ae84567a82fd31fe31f9ce6ea
3
+ metadata.gz: 946b9966654c8b60cd8f538e380c6205a0648280
4
+ data.tar.gz: 5af619c68e430782042aa9a1b791b93599a21008
5
5
  SHA512:
6
- metadata.gz: e4492e5f7f635d61983bac4d95c13e29c7d965e3b56dc7c68bf4d4128cb26a7385bd45098fe809da513afc56786f840308688fc2769c3e2316277ccc8fd58205
7
- data.tar.gz: a7923b40d7591ca56a286c2c72fb232bc335fb2079399210d4d67fb76bb1a9af27d23af79a6f6b3659bf11d3bc0553333c7fa719d48bfd9d19dc8537bae5ff6c
6
+ metadata.gz: c7330a672a3d327c4e140d7cce50f352787382d0acf66bea4dc8bdc954b614b9d0b02c67abf4835eb4a415cf6b3f11a60a8e858c072501a9431dae7cb210f92f
7
+ data.tar.gz: b000334f7d5840ff7c43e7c504672d7cdc12fd2aa305e02393684c0951341ce349c5fe8feab9069df79c983176e8da4fd918f2897a4d9f628e2532d1ccc5f320
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- scoruby (0.3.0)
4
+ scoruby (0.3.1)
5
5
  nokogiri (~> 1.7)
6
6
 
7
7
  GEM
@@ -35,7 +35,7 @@ module Scoruby
35
35
  def fetch_continuous_features
36
36
  @xml.xpath('//DataField')
37
37
  .select { |xml| xml.attr('optype') == 'continuous' }
38
- .map { |xml| xml.attr('name') }
38
+ .map { |xml| xml.attr('name').to_sym }
39
39
  end
40
40
 
41
41
  def fetch_categorical_features
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Scoruby
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scoruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asaf Schers