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

Updates and bugfixes to the workshop materials #75

Merged
merged 39 commits into from
Nov 2, 2016

Commits on Oct 27, 2016

  1. Update headers

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    7140614 View commit details
    Browse the repository at this point in the history
  2. Update headers

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    fffd757 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rhiever authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    ab7ad81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c5a643 View commit details
    Browse the repository at this point in the history
  5. CountVectorizer import fix

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    b571454 View commit details
    Browse the repository at this point in the history
  6. %matplotlib notebook --> inline

    Otherwise the charts don’t show up correctly for some users.
    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    92ef21d View commit details
    Browse the repository at this point in the history
  7. Change all references from cross_validation to model_selection

    Per the scikit-learn 0.18 release
    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d2dd526 View commit details
    Browse the repository at this point in the history
  8. Bug fix for decision tree interactive plot

    `pydot.graph_from_dot_data` returns a list, so we need to get the first
    (and only) Dot item in that list.
    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    9200785 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ce5fc7 View commit details
    Browse the repository at this point in the history
  10. Update slides

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    863a7d5 View commit details
    Browse the repository at this point in the history
  11. Add AutoML slides

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    8f9f586 View commit details
    Browse the repository at this point in the history
  12. Add sklearn cheat sheet

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    c77eebe View commit details
    Browse the repository at this point in the history
  13. Add AutoML notebook

    rhiever committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    6b9312a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Update README.md

    rhiever authored Oct 28, 2016
    Configuration menu
    Copy the full SHA
    911ab64 View commit details
    Browse the repository at this point in the history
  2. Notebook cleanup

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    0f26532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8530ffb View commit details
    Browse the repository at this point in the history
  4. Notebook cleanup

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    b10db57 View commit details
    Browse the repository at this point in the history
  5. Notebook cleanup

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    df9413a View commit details
    Browse the repository at this point in the history
  6. Notebook cleanup

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    123e8aa View commit details
    Browse the repository at this point in the history
  7. Notebook cleanup

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    cee0109 View commit details
    Browse the repository at this point in the history
  8. Update requirements

    rhiever committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    a0864f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d08609 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0dd8e76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ffbebc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c628751 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd50f14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    98b971c View commit details
    Browse the repository at this point in the history
  15. Update README.md

    rhiever authored Oct 28, 2016
    Configuration menu
    Copy the full SHA
    72a2356 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    rhiever authored Oct 28, 2016
    Configuration menu
    Copy the full SHA
    6a83824 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Update slides

    rhiever committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    60070e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Configuration menu
    Copy the full SHA
    0548865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1aa894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9013c4 View commit details
    Browse the repository at this point in the history
  4. Remove TPOT

    rhiever committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    ad4d051 View commit details
    Browse the repository at this point in the history
  5. Roll back README

    rhiever committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    b443f84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbdb278 View commit details
    Browse the repository at this point in the history
  7. Rollback TODO file

    rhiever committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    cac7a18 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    3f1ed91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6a232 View commit details
    Browse the repository at this point in the history