You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Theodore Vasiloudis (JIRA)" <ji...@apache.org> on 2016/01/19 19:09:39 UTC

[jira] [Commented] (FLINK-2321) The seed for the SVM classifier is currently static

    [ https://issues.apache.org/jira/browse/FLINK-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107107#comment-15107107 ] 

Theodore Vasiloudis commented on FLINK-2321:
--------------------------------------------

Hey Till something went might have gone wrong in the merging of this commit.

If you look at [the parameter description on master |https://github.com/apache/flink/blob/master/flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/classification/SVM.scala#L118] it still says "Default value 0" instead of "Random Long Integer" which makes it confusing.

> The seed for the SVM classifier is currently static
> ---------------------------------------------------
>
>                 Key: FLINK-2321
>                 URL: https://issues.apache.org/jira/browse/FLINK-2321
>             Project: Flink
>          Issue Type: Bug
>          Components: Machine Learning Library
>            Reporter: Theodore Vasiloudis
>            Assignee: Theodore Vasiloudis
>              Labels: ML
>             Fix For: 0.10.0
>
>
> The seed for the SVM algorithm in FlinkML has a default value of 0, meaning that if it's not set, we always have the same seed when running the algorithm.
> What should happen instead is that if the seed is not set, it should be a random number.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)