Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-8455][ML] Implement n-gram feature transformer #6887

Closed
wants to merge 3 commits into from

Commits on Jun 18, 2015

  1. Implement n-gram feature transformer

    Feynman Liang committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    fe93873 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Add empty and corner test cases, fix names and spaces

    Feynman Liang committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    9fadd36 View commit details
    Browse the repository at this point in the history
  2. Make n > input length yield empty output

    Feynman Liang committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    d2c839f View commit details
    Browse the repository at this point in the history