Re: Re: LabeledVector with label vector

2016-01-05 Thread Hilmi Yildirim
Hi, yes it is a good idea. One implementaiton with a single valued label and a second implementation with a label vector. Best Regards, Hilmi From: *Chiwan Park* > Date: Tue, Jan 5, 2016 at 12:17 PM Subject: Re: LabeledVector with label

Re: LabeledVector with label vector

2016-01-05 Thread Theodore Vasiloudis
Generalizing the type of the label for the label vector is an idea we played with when designing the current optimization framework. We ended up deciding against it as the double type allows us to do regressions and (multiclass) classification which should be the majority of the use cases out

Re: Empty test-jar

2016-01-05 Thread Robert Metzger
Hi, I think you need to add the following to the flink-runtime-web pom: org.apache.maven.plugins maven-jar-plugin true test-jar On Tue, Jan 5, 2016 at 10:01 PM, Matthias J. Sax wrote: > Hi, > > I want to use

Re: [gelly] Spargel model rework

2016-01-05 Thread Aljoscha Krettek
Nice to hear. :D I think you can go ahead and add the Jira. About the renaming: I also think that it would make sense to do it. > On 04 Jan 2016, at 19:48, Vasiliki Kalavri wrote: > > Hello squirrels and happy new year! > > I'm reviving this thread to share some

[jira] [Created] (FLINK-3201) Enhance Partitioned State Interface with State Types

2016-01-05 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3201: --- Summary: Enhance Partitioned State Interface with State Types Key: FLINK-3201 URL: https://issues.apache.org/jira/browse/FLINK-3201 Project: Flink

Re: Checkpointing to S3

2016-01-05 Thread Gyula Fóra
Yes, this gives much more information :) Cheers, Gyula Stephan Ewen ezt írta (időpont: 2016. jan. 4., H, 16:24): > Hey! > > Nice to hear that it works. > > A bit of info is now visible in the web dashboard now, as of that PR: > https://github.com/apache/flink/pull/1453 > > Is

LabeledVector with label vector

2016-01-05 Thread Hilmi Yildirim
Hi, in the ML-Pipeline of Flink we have the "LabeledVector" class. It consists of a vector and a label as a double value. Unfortunately, it is not applicable for sequence learning where the label is also a vector. For example, in NLP we have a vector of words and the label is a vector of the

[jira] [Created] (FLINK-3200) Use Partitioned State Abstraction in WindowOperator

2016-01-05 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3200: --- Summary: Use Partitioned State Abstraction in WindowOperator Key: FLINK-3200 URL: https://issues.apache.org/jira/browse/FLINK-3200 Project: Flink

Re: LabeledVector with label vector

2016-01-05 Thread Chiwan Park
Hi Hilmi, Thanks for suggestion about type of labeled vector. Basically, I agree that your suggestion is reasonable. But, I would like to generialize `LabeledVector` like following example: ``` case class LabeledVector[T <: Serializable](label: T, vector: Vector) extends Serializable { //

Empty test-jar

2016-01-05 Thread Matthias J. Sax
Hi, I want to use HttpTestClient from flink-runtime-web in flink-tests module. However, the test-jar file flink-runtime-web-1.0-SNAPSHOT-tests.jar is empty... Any ideas how to fix this? -Matthias signature.asc Description: OpenPGP digital signature

Re: LabeledVector with label vector

2016-01-05 Thread Chiwan Park
Hi Theodore, Thanks for explaining the reason. :) So how about change LabeledVector contains two vectors? One of vectors is for label and the other one is for value. I think this approach would be okay because a double value label could be represented as a DenseVector(Array(LABEL_VALUE)).

[jira] [Created] (FLINK-3203) Python API crashing when run in OGS

2016-01-05 Thread Omar Alvarez (JIRA)
Omar Alvarez created FLINK-3203: --- Summary: Python API crashing when run in OGS Key: FLINK-3203 URL: https://issues.apache.org/jira/browse/FLINK-3203 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3202) Make Timer/Trigger Service Scoped to Key/Namespace

2016-01-05 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3202: --- Summary: Make Timer/Trigger Service Scoped to Key/Namespace Key: FLINK-3202 URL: https://issues.apache.org/jira/browse/FLINK-3202 Project: Flink Issue