Github user danielblazevski commented on the pull request: https://github.com/apache/flink/pull/1156#issuecomment-220201194 Should the input be DataSets of Strings? The documentation, syntax are heavy on the side of dealing exclusively with text classification. Could just be me since don't come from an NLP background, and this made is less clear to read the logic of the code, e.g. I'm more used to applying numeric values for Bayes. See, e.g. examples of using Bayes in scikit-learn: http://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html. I presume the goal of this issue would be to apply to contexts outside of text classification and allow for users to apply the Bayes to numeric data like the scikit-learn example. Correct me if I'm wrong @tillrohrmann @chiwanpark
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---