Skip to content

Instantly share code, notes, and snippets.

View kmaehashi's full-sized avatar

Kenichi Maehashi kmaehashi

  • Preferred Networks (@pfnet)
  • Tokyo, Japan
  • 22:11 (UTC +09:00)
View GitHub Profile
@kmaehashi
kmaehashi / mail.txt
Last active October 26, 2015 09:21
jubatus 0.8.4 release annoucement candidate
Subject: Release Announcement: Jubatus 0.8.4
Hi Jubatus guys,
We are happy to announce that Jubatus 0.8.4 is now available.
In this release we mainly focused on improving performance.
You will see performance improvements in Classifier, Nearest Neighbor and Recommender, and algorithms using them.
The full changelogs are as follows:
@kmaehashi
kmaehashi / gist:26c56d8de907e99dd4ab
Last active September 28, 2015 10:00
jubatus 0.8.3 release announcement candidate
Hi Jubatus guys,
We are happy to announce that Jubatus 0.8.3 is now available.
In this release we added ignore_kth_same_point configuration option to the Anomaly engine. This option enables to keep LOF scores from becoming inf when k duplicate data points are added.
The full changelogs are as follows:
===============================================
@kmaehashi
kmaehashi / jubatus.md
Last active September 28, 2015 05:58
jubatus 0.8.3 release note candidate

Release 0.8.3 - 2015/09/28

  • Improvements

    • fix packaging tools to use new oniguruma URL (#1045, #1046)
    • clustering: add seed option to example config (#1047)
  • Bug fixes

  • nearest_neighbor: fix argument type (#1042, #1049, #1050)

@kmaehashi
kmaehashi / gist:f28e0bc4a8205ab6d2d0
Created August 31, 2015 09:33
jubatus 0.8.2 release annoucement candidate
Hi Jubatus guys,
We are happy to announce that Jubatus 0.8.2 is now available.
This is a maintenance release that includes various improvements and bug fixes.
We also added Dockerfile, which was contributed by @everpeace.
The full changelogs are as follows:
===============================================
@kmaehashi
kmaehashi / jubatus.md
Last active August 31, 2015 05:07
jubatus 0.8.2 changelog

Release 0.8.2 - 2015/08/31

  • Improvements

    • Add Dockerfile (#904)
    • Support add aggregator in jenerator (#1022, #1040)
    • Migrate ux-trie packaging from Google Code to GitHub (#1037)
  • Bug fixes

  • Fix proxies incorrectly create negative cache (#1035, #1036)

@kmaehashi
kmaehashi / README.md
Last active February 15, 2016 11:17
Jubatus AMI の作成手順

AMI作成手順

  1. Ubuntu Server 12.04 LTS (x86_64) HVM イメージでインスタンスを作成
  2. root ユーザとしてログインし、 run_root.sh を実行
  3. ubuntu ユーザとしてログインし、run_user.sh を実行
  4. インスタンスをシャットダウン
  5. EBS のスナップショットを作成
  6. 作成されたスナップショットに対して AMI を作成
@kmaehashi
kmaehashi / mail.txt
Created July 27, 2015 08:50
ml announce candidate
Hi Jubatus guys,
We are happy to announce that Jubatus 0.8.1 is now available.
In this release we officially support Python 3.
You can call Jubatus RPC from Python 3.x applications by upgrading
to Jubatus Python Client version 0.8.1.
Note that Python client 0.8.1 now returns strings as Unicode type.
The full changelogs are as follows:
@kmaehashi
kmaehashi / jubatus.md
Last active August 29, 2015 14:25
jubatus 0.8.1 release note candidates

Release 0.8.1 - 2015/07/27

  • Improvements

    • Expose status information of linear_mixer (#1030)
    • Support building with Python 3.x (#841, #1025)
    • Add example config file for recommender inverted_index with unlearner (#1031)
    • Code cleanup (#1032)
  • Bug fixes

@kmaehashi
kmaehashi / python-2.6.6-remove-sslv2-support.patch
Created July 1, 2015 06:26
Build Python 2.6.6 on Ubuntu 12.04 LTS by Removing SSLv2 Support
diff -Naru Python-2.6.6/Doc/library/ssl.rst Python-2.6.6-without-SSLv2/Doc/library/ssl.rst
--- Python-2.6.6/Doc/library/ssl.rst 2010-05-16 23:17:51.000000000 +0900
+++ Python-2.6.6-without-SSLv2/Doc/library/ssl.rst 2015-07-01 15:23:18.502172994 +0900
@@ -218,14 +218,6 @@
Note that use of this setting requires a valid certificate validation file
also be passed as a value of the ``ca_certs`` parameter.
-.. data:: PROTOCOL_SSLv2
-
- Selects SSL version 2 as the channel encryption protocol.
@kmaehashi
kmaehashi / jubatus.md
Last active August 29, 2015 14:23
jubatus 0.8.0 changelog candidates

Release 0.8.0 - 2015/06/29

  • Changes to Supported Systems

    • Red Hat Enterprise Linux (RHEL) 7 is now officially supported (#940, #1004)
  • Improvements

    • save RPC now returns the path to the saved model file (#562, #971, #1015, #1020)
    • Support non-commutative functions in combination feature plug-in (#999)
  • classifier: improve performance by removing giant lock (#968, #976)