All Versions
16
Latest Version
Avg Release Cycle
109 days
Latest Release
602 days ago

Changelog History
Page 1

  • v0.4.0 Changes

    September 02, 2022
    • ๐Ÿ›  Fixed stack level too deep error with many rows
    • โฌ‡๏ธ Dropped support for gsl gem (use gslr instead)
    • โฌ‡๏ธ Dropped support for Ruby < 2.7
  • v0.3.9 Changes

    October 14, 2021
    • ๐Ÿ›  Fixed error with lessOrEqual operator
  • v0.3.8 Changes

    February 08, 2021
    • ๐Ÿ›  Fixed error with categorical and text features
  • v0.3.7 Changes

    November 23, 2020
    • ๐Ÿ›  Fixed error with LightGBM summary
  • v0.3.6 Changes

    June 19, 2020
    • ๐Ÿ›  Fixed error with text features for LightGBM
  • v0.3.5 Changes

    June 11, 2020
    • โž• Added learning_rate option for LightGBM
    • โž• Added support for Numo and Rover
  • v0.3.4 Changes

    April 05, 2020
    • โž• Added predict_probability for classification
  • v0.3.3 Changes

    February 24, 2020
    • ๐Ÿ›  Fixed errors and incorrect predictions with boolean columns
    • ๐Ÿ›  Fixed deprecation warnings in Ruby 2.7
  • v0.3.2 Changes

    December 08, 2019
    • โž• Added support for GSLR
  • v0.3.1 Changes

    December 06, 2019
    • โž• Added weight option for LightGBM and linear regression
    • โž• Added intercept option for linear regression
    • โž• Added LightGBM evaluator safety check
    • ๐Ÿ›  Fixed Unknown label error for LightGBM
    • ๐Ÿ›  Fixed error message for unstable solutions with linear regression