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

Adding tabular regression pipeline #85

Merged

Commits on Feb 1, 2021

  1. removed old supported_tasks dictionary from heads, added some docstri…

    …ngs and some small fixes
    bastiscode committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9d50cb6 View commit details
    Browse the repository at this point in the history
  2. removed old supported_tasks attribute and updated doc strings in base…

    … backbone and base head components
    bastiscode committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b7c8773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725faf2 View commit details
    Browse the repository at this point in the history
  4. put time series backbones in separate files, add doc strings and refa…

    …ctored search space arguments
    bastiscode committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    740a604 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b727016 View commit details
    Browse the repository at this point in the history
  6. fix typo

    bastiscode committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bc77ca3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8de549 View commit details
    Browse the repository at this point in the history
  8. fix flake8

    bastiscode committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    480b8ea View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    f461c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab8f83 View commit details
    Browse the repository at this point in the history
  3. enabled tests for adding custom backbones and heads, added required p…

    …roperties to base head and base backbone
    bastiscode committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ab2f5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    41e5974 View commit details
    Browse the repository at this point in the history
  2. upstream changes

    bastiscode committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d7037ac View commit details
    Browse the repository at this point in the history
  3. fix flake8

    bastiscode committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1b5fc46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7987c86 View commit details
    Browse the repository at this point in the history
  5. merged remote

    bastiscode committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    75f49b1 View commit details
    Browse the repository at this point in the history
  6. fix flake8

    bastiscode committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1dbf53f View commit details
    Browse the repository at this point in the history
  7. fix regression test

    bastiscode committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1726105 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    eb02feb View commit details
    Browse the repository at this point in the history
  2. pipeline fitting tests now check the expected output shape dynamicall…

    …y based on the input data
    bastiscode committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    34e6bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f0444f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7efd048 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    2aebcee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6668509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29bbdef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9e175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04521f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    071f3b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8833bc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73ccc7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    760296e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    506e55d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge branch 'refactor_development' of github.com:automl/Auto-PyTorch…

    … into refactor_development
    bastiscode committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    5c46da7 View commit details
    Browse the repository at this point in the history
  2. fixes after merge

    bastiscode committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    85f9995 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    1a507e6 View commit details
    Browse the repository at this point in the history
  2. fix mypy and flake

    bastiscode committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    44f1980 View commit details
    Browse the repository at this point in the history
  3. updated example

    bastiscode committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5a19140 View commit details
    Browse the repository at this point in the history
  4. lower r2 target

    bastiscode committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7d7da2e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. address comments

    bastiscode committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    17c2086 View commit details
    Browse the repository at this point in the history
  2. increasing timeout

    bastiscode committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a29dbee View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. increase number of labels in test_losses because it occasionally fail…

    …ed if one class was not in the labels
    bastiscode committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    927fe87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d582dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e75f6 View commit details
    Browse the repository at this point in the history