[GitHub] flink pull request: [FLINK-1735] Feature Hasher

2015-06-29 Thread ChristophAl
Github user ChristophAl commented on the pull request: https://github.com/apache/flink/pull/665#issuecomment-116517528 Hi, after I rebased it on master and implemented the new pipeline interface, I have some followup questions regarding the types we should accept for feature

[GitHub] flink pull request: [FLINK-2278] [ml] changed Vector fromBreeze

2015-06-26 Thread ChristophAl
Github user ChristophAl closed the pull request at: https://github.com/apache/flink/pull/869 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request: [FLINK-2278] [ml] changed Vector fromBreeze

2015-06-26 Thread ChristophAl
Github user ChristophAl commented on the pull request: https://github.com/apache/flink/pull/869#issuecomment-115640388 No worries, and thanks for the note, I did indeed miss that! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] flink pull request: [FLINK-2278] [ml] changed Vector fromBreeze

2015-06-26 Thread ChristophAl
GitHub user ChristophAl opened a pull request: https://github.com/apache/flink/pull/869 [FLINK-2278] [ml] changed Vector fromBreeze fromBreeze now takes the actual dimensionality instead of the non-zero elements as size You can merge this pull request into a Git repository by

[GitHub] flink pull request: [FLINK-1735] Feature Hasher

2015-05-09 Thread ChristophAl
GitHub user ChristophAl opened a pull request: https://github.com/apache/flink/pull/665 [FLINK-1735] Feature Hasher The prototype of the feature hasher. - The implementation is based on the scikit-learn feature hasher - Test vectors have been generated by scikit-learn