Rumale v0.23.0 Release Notes

  • 💥 Breaking change

    • 🔄 Change automalically selected solver from sgd to lbfgs in LinearRegression and Ridge.
      • When given 'auto' to solver parameter, these estimator select the 'svd' solver if Numo::Linalg is loaded. Otherwise, they select the 'lbfgs' solver.