-
New feature
- jubakit: Python module to easily evaluate precision of models (#1044)
-
Changes to Supported Systems
- Ubuntu 14.04 LTS is now officially supported (#1071)
-
Improvements
-
Improvements
- Support extracting base form in MeCab plugin (#1074, #1085)
- Compare configuration string semantically on load (#1080, 1087)
- Add example configuration file for Recommender (inverted_index_euclid with unlearner) (#1090)
- Fix email address of DEB package (#1082, #1088)
-
Bug fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Jubatus guys, | |
| We are glad to announce that Jubatus 0.8.7 is now available. | |
| In this release we added inverted_index_euclid algorithm to Recommender engine. This new method can recommend entities by using exact Euclidean distance calculated by inverted index. You can also use this method with Anomaly engine to perform anomaly detection (LOF) based on exact Euclidean distance. | |
| We also improved Anomaly so that ignore_kth_same_points option can be used in both LOF and Light LOF. | |
| The full changelogs are as follows: | |
| =============================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Subject: Release Announcement: Jubatus 0.8.5 | |
| Hi Jubatus guys, | |
| We are happy to announce that Jubatus 0.8.5 is now available. | |
| In this release we made unlearner available in Recommender LSH algorithm. | |
| Other improvements and bug fixes are also included. | |
| The full changelogs are as follows: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Jubatus Contributor License Agreement | |
| Thank you for your interest in Jubatus project (hereinafter referred to as "Jubatus") which Jubatus community handles. | |
| In order to clarify the intellectual property license granted with Contributions from any person or entity, Jubatus community must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. | |
| This license is for your protection as a Contributor as well as the protection of Jubatus community; it does not change your rights to use your own Contributions for any other purpose. | |
| This license is applied to projects which Jubatus community develops. |