ML: embed a transformer

2015-09-14 Thread Saif.A.Ellafi
Hi all, I'm very new to spark and looking forward to get deep into the topic. Right now I am trying to inherit my own transformer, by what I am reading so far, it is not very public that we can apply to this practice as "users". I am defining my transformer based on the Binarizer, but simply

Re: ML: embed a transformer

2015-09-14 Thread Feynman Liang
Where did you read that it should be public? The traits in ml.param.shared are meant to be used across internal spark.ml transformer implementations. If your transformer could be included in spark.ml, then I would recommend implementing it there so these package private traits can be reused.

RE: ML: embed a transformer

2015-09-14 Thread Saif.A.Ellafi
To: Ellafi, Saif A. Cc: dev Subject: Re: ML: embed a transformer Where did you read that it should be public? The traits in ml.param.shared are meant to be used across internal spark.ml<http://spark.ml> transformer implementations. If your transformer could be included in spark.ml<http:/