Skip to content
Snippets Groups Projects
  • JeremyNixon's avatar
    3e3c3d58
    [SPARK-13706][ML] Add Python Example for Train Validation Split · 3e3c3d58
    JeremyNixon authored
    ## What changes were proposed in this pull request?
    
    This pull request adds a python example for train validation split.
    
    ## How was this patch tested?
    
    This was style tested through lint-python, generally tested with ./dev/run-tests, and run in notebook and shell environments. It was viewed in docs locally with jekyll serve.
    
    This contribution is my original work and I license it to Spark under its open source license.
    
    Author: JeremyNixon <jnixon2@gmail.com>
    
    Closes #11547 from JeremyNixon/tvs_example.
    3e3c3d58
    History
    [SPARK-13706][ML] Add Python Example for Train Validation Split
    JeremyNixon authored
    ## What changes were proposed in this pull request?
    
    This pull request adds a python example for train validation split.
    
    ## How was this patch tested?
    
    This was style tested through lint-python, generally tested with ./dev/run-tests, and run in notebook and shell environments. It was viewed in docs locally with jekyll serve.
    
    This contribution is my original work and I license it to Spark under its open source license.
    
    Author: JeremyNixon <jnixon2@gmail.com>
    
    Closes #11547 from JeremyNixon/tvs_example.
train_validation_split.py 2.73 KiB