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

Update develop branch to 0.0.2 release #17

Merged
merged 40 commits into from
Nov 1, 2019
Merged

Update develop branch to 0.0.2 release #17

merged 40 commits into from
Nov 1, 2019

Commits on Jan 11, 2019

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

Commits on Jan 25, 2019

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

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    e95bb7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a0f1c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. added AutoNetEnsemble + PowerTransformer + Weight Initialization Stra…

    …tegies. Some Changes in Pipeline, TrainNode, CrossValidation
    urbanmatthias committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    45faad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f1414 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Update LICENSE

    mlindauer authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    5cc3bb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. ensemble update

    config presets
    costumizable searchspace
    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    d1d41cd View commit details
    Browse the repository at this point in the history
  2. minor

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    2082bc1 View commit details
    Browse the repository at this point in the history
  3. updated requirements

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    f70e84e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2545193 View commit details
    Browse the repository at this point in the history
  5. readme up

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    c5f2628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e326bcb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop'

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    460f8d6 View commit details
    Browse the repository at this point in the history
  8. removed obsolete files

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    84c9c0b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop'

    urbanmatthias committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    472618e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Update README.md

    mlindauer authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f65d334 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    7b92f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69a271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33403a8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. renamed train_metric to optimize_metric

    improved handling of metrics and logs
    improved return result of fit
    added training_time as budget time
    updated benchmark summary
    plotting fixes
    urbanmatthias committed May 4, 2019
    Configuration menu
    Copy the full SHA
    3cb7446 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. API documentation

    urbanmatthias committed May 13, 2019
    Configuration menu
    Copy the full SHA
    b15963e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Update README.md

    mlindauer authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    6996050 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Auto-PyTorch 0.0.2 Release

    - Adding AutoNet classes AutoNetImageClassification,
    AutoNetImageClassificationMultipleDatasets for image classification
    - Adding new optimizers
    - Adding new learning rate schedulers
    - Adding new networks
    Lucas Zimmer committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    b3d5fee View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Small bugfixes

    Lucas Zimmer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f70ebf6 View commit details
    Browse the repository at this point in the history
  2. Moved logs from "info" to "debug"

    Lucas Zimmer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    a54c9b5 View commit details
    Browse the repository at this point in the history
  3. Fixing maximum amount of datasets to 10

    Lucas Zimmer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    62412cd View commit details
    Browse the repository at this point in the history
  4. Clarifications

    Lucas Zimmer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    a1ea8a4 View commit details
    Browse the repository at this point in the history
  5. Clarifications in the tutorial

    Lucas Zimmer committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    c0451c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Notebook updates

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    79bce9a View commit details
    Browse the repository at this point in the history
  2. Added infos for config options

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    eed5954 View commit details
    Browse the repository at this point in the history
  3. Added help for Configoptions

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    3d9ff6e View commit details
    Browse the repository at this point in the history
  4. Notebook output added, small fixes

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    18ad0d2 View commit details
    Browse the repository at this point in the history
  5. Added cross-entropy as optimization metric

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    a8bc0eb View commit details
    Browse the repository at this point in the history
  6. Update README

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    7408d24 View commit details
    Browse the repository at this point in the history
  7. Update README

    Lucas Zimmer committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    8cd4e0e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from automl/release_0.0.2

    Release 0.0.2
    LMZimmer authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    feaef4f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Update setup.py and setup.cfg for pypi release

    Lucas Zimmer committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    ef8925f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Updated license classifier for pypi

    Lucas Zimmer committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    50d8969 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Preparation for develop merge

    Lucas Zimmer committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    6b62a8d View commit details
    Browse the repository at this point in the history