lightgbm 0.3.0 → 0.3.2

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: 4e91ddc3de9ef11a5fd7c94fa7c6fb9b14d9d98bb1b063b58382b4e48bc0f992
4
+ data.tar.gz: c323fdb4236ade293ae104895db3e511a8fd6e8a0d8776fa4113038961f60967
5
5
  SHA512:
6
- metadata.gz: d6e918ca9036b47ff06974c5397f52b2a65c8c7be1b3b5681b1192d2494ebec1c626928651db50a55d1f902301e334f2f5b5a0a19228e8f2e47ae167eef8fcef
7
- data.tar.gz: c53af68293a66c41debf6f5a44627a0d364e000c184a7a94c45114fdd070b132cc0512328a7d194e112e49c7efb7d4937b60c4d39f367a935c2e02d2729355bd
6
+ metadata.gz: f80151130a3e8283754a096ac978f1ea6dc69e35ce0cea96277b099712721faf0ef1c04d170a52976a63b22f2b9b72f57267b88475511991153da983149729a8
7
+ data.tar.gz: 6504d3cafb095e9769b54bdb6843afc6cc9a09c5e38b331f1118efcd739c29c47c17b54a13bf21418206cb71ebbd0e0ce0af72640c87061b4c439beebf5a9788
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.3.2 (2024-01-25)
2
+
3
+ - Updated LightGBM to 4.3.0
4
+
5
+ ## 0.3.1 (2023-09-13)
6
+
7
+ - Updated LightGBM to 4.1.0
8
+
1
9
  ## 0.3.0 (2023-07-22)
2
10
 
3
11
  - 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.2"
3
3
  end
@@ -436,7 +436,7 @@ and
436
436
  */
437
437
 
438
438
  ================================================================================
439
- fast_double_parser 0.3.0
439
+ fast_double_parser 0.7.0
440
440
  ================================================================================
441
441
 
442
442
  Copyright (c) Daniel Lemire
@@ -466,10 +466,10 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
466
466
  DEALINGS IN THE SOFTWARE.
467
467
 
468
468
  ================================================================================
469
- fmt 8.1.1
469
+ fmt 10.1.1
470
470
  ================================================================================
471
471
 
472
- Copyright (c) 2012 - present, Victor Zverovich
472
+ Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
473
473
 
474
474
  Permission is hereby granted, free of charge, to any person obtaining
475
475
  a copy of this software and associated documentation files (the
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.2
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: 2024-01-26 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: {}
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.4.10
71
+ rubygems_version: 3.5.3
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: High performance gradient boosting for Ruby