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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +6 -6
- data/lib/lightgbm/version.rb +1 -1
- 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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec09fbfd4f9f663d4fa571fcbba28dc5ee78bc7a32f3821f0b8b37894af39071
|
4
|
+
data.tar.gz: 05a0bcc6b5cf46fa1adb2f2cce1fb34ca18ba24243f10c6b5556e3df57c8a918
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce6cf2bbb00e85c823814c0108209319e5cf2bd84cb8e0b083f87f1a4f919e2cd7c55eece929a2a1a01d37d950f4c90b131dc550adbad7e58d26759965e540e6
|
7
|
+
data.tar.gz: 77e08c2141727ee12abf880c7826fe8165394c28aee7b81de83b1c77ef735d8adfd05a5f48c684c33e5c3acede0d97510e1e2dea035abba24897404463d11233
|
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
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.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-
|
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/
|
52
|
+
homepage: https://github.com/ankane/lightgbm-ruby
|
53
53
|
licenses:
|
54
54
|
- MIT
|
55
55
|
metadata: {}
|