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

First pass at pipeline export functionality #37

Merged
merged 9 commits into from
Dec 4, 2015
Merged

First pass at pipeline export functionality #37

merged 9 commits into from
Dec 4, 2015

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    79fbefb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. Configuration menu
    Copy the full SHA
    6c92b9f View commit details
    Browse the repository at this point in the history
  2. Most of #5 implemented

    Some odd bugs remain with sklearn model fields that can take both
    string and integer values.
    rhiever committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    2caa6d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Merge branch 'master' into export

    # Conflicts:
    #	.gitignore
    #	tpot/tpot.py
    rhiever committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    63163cb View commit details
    Browse the repository at this point in the history
  2. First pass at #5

    rhiever committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    4ba3281 View commit details
    Browse the repository at this point in the history
  3. Command line support for #5

    rhiever committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    53d1cc0 View commit details
    Browse the repository at this point in the history
  4. Update docs for #5

    rhiever committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    7e7cb00 View commit details
    Browse the repository at this point in the history
  5. Fix .gitignore merge failure

    rhiever committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    42e53e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Syntax changes per @rasbt

    Changed equality operators to “is” syntax.
    
    Changed exceptions raised from not having an optimized pipeline to a
    ValueError.
    rhiever committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    abadde3 View commit details
    Browse the repository at this point in the history