README.md in lightgbm-0.2.5 vs README.md in lightgbm-0.2.6
- old
+ new
@@ -1,10 +1,10 @@
-# LightGBM
+# LightGBM Ruby
[LightGBM](https://github.com/microsoft/LightGBM) - high performance gradient boosting - for Ruby
-[![Build Status](https://github.com/ankane/lightgbm/workflows/build/badge.svg?branch=master)](https://github.com/ankane/lightgbm/actions)
+[![Build Status](https://github.com/ankane/lightgbm-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/lightgbm-ruby/actions)
## Installation
Add this line to your application’s Gemfile:
@@ -167,25 +167,25 @@
Thanks to the [xgboost](https://github.com/PairOnAir/xgboost-ruby) gem for showing how to use FFI.
## History
-View the [changelog](https://github.com/ankane/lightgbm/blob/master/CHANGELOG.md)
+View the [changelog](https://github.com/ankane/lightgbm-ruby/blob/master/CHANGELOG.md)
## Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
-- [Report bugs](https://github.com/ankane/lightgbm/issues)
-- Fix bugs and [submit pull requests](https://github.com/ankane/lightgbm/pulls)
+- [Report bugs](https://github.com/ankane/lightgbm-ruby/issues)
+- Fix bugs and [submit pull requests](https://github.com/ankane/lightgbm-ruby/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features
To get started with development:
```sh
-git clone https://github.com/ankane/lightgbm.git
-cd lightgbm
+git clone https://github.com/ankane/lightgbm-ruby.git
+cd lightgbm-ruby
bundle install
bundle exec rake vendor:all
bundle exec rake test
```