lightgbm 0.3.0 → 0.3.1

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: 44ca952f1001f004bf80643f8b531fd89ff721111b4316d7e20154d13f92a0b3
4
- data.tar.gz: c7cfb60f461d6708cabd88cee0eddcd0191566150e1ac258009fcbdec8a62b04
3
+ metadata.gz: ec09fbfd4f9f663d4fa571fcbba28dc5ee78bc7a32f3821f0b8b37894af39071
4
+ data.tar.gz: 05a0bcc6b5cf46fa1adb2f2cce1fb34ca18ba24243f10c6b5556e3df57c8a918
5
5
  SHA512:
6
- metadata.gz: d6e918ca9036b47ff06974c5397f52b2a65c8c7be1b3b5681b1192d2494ebec1c626928651db50a55d1f902301e334f2f5b5a0a19228e8f2e47ae167eef8fcef
7
- data.tar.gz: c53af68293a66c41debf6f5a44627a0d364e000c184a7a94c45114fdd070b132cc0512328a7d194e112e49c7efb7d4937b60c4d39f367a935c2e02d2729355bd
6
+ metadata.gz: ce6cf2bbb00e85c823814c0108209319e5cf2bd84cb8e0b083f87f1a4f919e2cd7c55eece929a2a1a01d37d950f4c90b131dc550adbad7e58d26759965e540e6
7
+ data.tar.gz: 77e08c2141727ee12abf880c7826fe8165394c28aee7b81de83b1c77ef735d8adfd05a5f48c684c33e5c3acede0d97510e1e2dea035abba24897404463d11233
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.1 (2023-09-13)
2
+
3
+ - Updated LightGBM to 4.1.0
4
+
1
5
  ## 0.3.0 (2023-07-22)
2
6
 
3
7
  - Updated LightGBM to 4.0.0
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [LightGBM](https://github.com/microsoft/LightGBM) - high performance gradient boosting - for Ruby
4
4
 
5
- [![Build Status](https://github.com/ruby-ml/lightgbm-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ruby-ml/lightgbm-ruby/actions)
5
+ [![Build Status](https://github.com/ankane/lightgbm-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/lightgbm-ruby/actions)
6
6
 
7
7
  ## Installation
8
8
 
@@ -154,7 +154,7 @@ Daru::DataFrame.from_csv("houses.csv")
154
154
 
155
155
  ## Related Projects
156
156
 
157
- - [XGBoost](https://github.com/ruby-ml/xgboost-ruby) - XGBoost for Ruby
157
+ - [XGBoost](https://github.com/ankane/xgboost-ruby) - XGBoost for Ruby
158
158
  - [Eps](https://github.com/ankane/eps) - Machine learning for Ruby
159
159
 
160
160
  ## Credits
@@ -169,21 +169,21 @@ Thanks to the [xgboost](https://github.com/PairOnAir/xgboost-ruby) gem for showi
169
169
 
170
170
  ## History
171
171
 
172
- View the [changelog](https://github.com/ruby-ml/lightgbm-ruby/blob/master/CHANGELOG.md)
172
+ View the [changelog](https://github.com/ankane/lightgbm-ruby/blob/master/CHANGELOG.md)
173
173
 
174
174
  ## Contributing
175
175
 
176
176
  Everyone is encouraged to help improve this project. Here are a few ways you can help:
177
177
 
178
- - [Report bugs](https://github.com/ruby-ml/lightgbm-ruby/issues)
179
- - Fix bugs and [submit pull requests](https://github.com/ruby-ml/lightgbm-ruby/pulls)
178
+ - [Report bugs](https://github.com/ankane/lightgbm-ruby/issues)
179
+ - Fix bugs and [submit pull requests](https://github.com/ankane/lightgbm-ruby/pulls)
180
180
  - Write, clarify, or fix documentation
181
181
  - Suggest or add new features
182
182
 
183
183
  To get started with development:
184
184
 
185
185
  ```sh
186
- git clone https://github.com/ruby-ml/lightgbm-ruby.git
186
+ git clone https://github.com/ankane/lightgbm-ruby.git
187
187
  cd lightgbm-ruby
188
188
  bundle install
189
189
  bundle exec rake vendor:all
@@ -1,3 +1,3 @@
1
1
  module LightGBM
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightgbm
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
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-22 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -49,7 +49,7 @@ files:
49
49
  - vendor/lib_lightgbm.dll
50
50
  - vendor/lib_lightgbm.dylib
51
51
  - vendor/lib_lightgbm.so
52
- homepage: https://github.com/ruby-ml/lightgbm-ruby
52
+ homepage: https://github.com/ankane/lightgbm-ruby
53
53
  licenses:
54
54
  - MIT
55
55
  metadata: {}