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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +6 -6
- data/lib/lightgbm/version.rb +1 -1
- data/vendor/LICENSE-THIRD-PARTY +3 -3
- data/vendor/lib_lightgbm.arm64.dylib +0 -0
- data/vendor/lib_lightgbm.dll +0 -0
- data/vendor/lib_lightgbm.dylib +0 -0
- data/vendor/lib_lightgbm.so +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e91ddc3de9ef11a5fd7c94fa7c6fb9b14d9d98bb1b063b58382b4e48bc0f992
|
4
|
+
data.tar.gz: c323fdb4236ade293ae104895db3e511a8fd6e8a0d8776fa4113038961f60967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f80151130a3e8283754a096ac978f1ea6dc69e35ce0cea96277b099712721faf0ef1c04d170a52976a63b22f2b9b72f57267b88475511991153da983149729a8
|
7
|
+
data.tar.gz: 6504d3cafb095e9769b54bdb6843afc6cc9a09c5e38b331f1118efcd739c29c47c17b54a13bf21418206cb71ebbd0e0ce0af72640c87061b4c439beebf5a9788
|
data/CHANGELOG.md
CHANGED
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/
|
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/
|
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/
|
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/
|
179
|
-
- Fix bugs and [submit pull requests](https://github.com/
|
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/
|
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
|
data/lib/lightgbm/version.rb
CHANGED
data/vendor/LICENSE-THIRD-PARTY
CHANGED
@@ -436,7 +436,7 @@ and
|
|
436
436
|
*/
|
437
437
|
|
438
438
|
================================================================================
|
439
|
-
fast_double_parser 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
|
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
|
data/vendor/lib_lightgbm.dll
CHANGED
Binary file
|
data/vendor/lib_lightgbm.dylib
CHANGED
Binary file
|
data/vendor/lib_lightgbm.so
CHANGED
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.
|
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:
|
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/
|
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.
|
71
|
+
rubygems_version: 3.5.3
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: High performance gradient boosting for Ruby
|