Skip to content

0.27.0

Compare
Choose a tag to compare
@yoshoku yoshoku released this 26 Aug 15:22
· 71 commits to main since this release
af9419c

rumale-linear_model

  • Add partial_fit method to SGDClassifier and SGDRegressor.
    • It performs 1-epoch of stochastic gradient descent. It only supports binary labels and single target variables.

rumale-tree

  • Remove unnecessary array generation in native extension.

others

  • No changes, or minor changes using RuboCop.