Rumale v0.8.0 Release Notes

  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“‡ Rename SVMKit to Rumale.
    • ๐Ÿ“‡ Rename SGDLienareEstimator class to BaseLienarModel class.
    • Add data type option to load_libsvm_file method. By default, the method represents the feature with Numo::DFloat.

    ๐Ÿ”จ Refactoring

    • ๐Ÿ”จ Refactor factorization machine estimators.
    • ๐Ÿ”จ Refactor decision tree estimators.