aprendizaje_maquina 0.1.3 → 0.1.4.beta1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AprendizajeMaquina
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4.beta1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aprendizaje_maquina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erickson Morales
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-29 00:00:00.000000000 Z
11
+ date: 2018-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,13 +72,20 @@ files:
72
72
  - aprendizaje_maquina.gemspec
73
73
  - bin/console
74
74
  - bin/setup
75
+ - examples/clasificacion_logistica_example.rb
76
+ - examples/clustering_data.csv
77
+ - examples/clustering_example.rb
78
+ - examples/data_lg.csv
79
+ - examples/regresion_lineal_example.rb
80
+ - examples/train.csv
75
81
  - lib/aprendizaje_maquina.rb
76
82
  - lib/aprendizaje_maquina/cargar.rb
77
83
  - lib/aprendizaje_maquina/clasificacion_logistica.rb
84
+ - lib/aprendizaje_maquina/clustering.rb
78
85
  - lib/aprendizaje_maquina/matrixx.rb
79
86
  - lib/aprendizaje_maquina/regresion_lineal.rb
80
87
  - lib/aprendizaje_maquina/version.rb
81
- homepage: ''
88
+ homepage:
82
89
  licenses:
83
90
  - MIT
84
91
  metadata: {}
@@ -93,12 +100,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
100
  version: '0'
94
101
  required_rubygems_version: !ruby/object:Gem::Requirement
95
102
  requirements:
96
- - - ">="
103
+ - - ">"
97
104
  - !ruby/object:Gem::Version
98
- version: '0'
105
+ version: 1.3.1
99
106
  requirements: []
100
107
  rubyforge_project:
101
- rubygems_version: 2.5.2
108
+ rubygems_version: 2.6.14
102
109
  signing_key:
103
110
  specification_version: 4
104
111
  summary: Machine learning gem / Una gema para el aprendizaje de maquinas.