Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: automl/automl_common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffad90958a7b4a0691af8a07919493b666e05e6d
Choose a base ref
...
head repository: automl/automl_common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e3f14f0a9b868404cbc1ca3683a05bcc5b0ac3f
Choose a head ref
  • 10 commits
  • 22 files changed
  • 6 contributors

Commits on Apr 23, 2021

  1. Backend (#2)

    * Initial Ensemble Selection Push
    
    * Add pre-commit
    
    * Limit change to ensemble selection
    
    * No Coverage for now
    
    * Initial push for utils
    
    * [Feat] Enable backend support
    
    * Flake fix
    
    * Bug fix
    
    * Simplify PR
    
    * Feedback from comments
    
    * Feedback from comments
    
    * Enable black
    
    * Stronger checks
    
    * Remove old comment and fix unreachable
    
    * Update pyproject.toml
    
    * [ADD] Enable to query the next num_run via backend
    
    * [FIX] __init__.py needed for module search
    
    Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
    franchuterivera and mfeurer authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    0d889d6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

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

Commits on May 25, 2021

  1. Continue search provision

    ravinkohli committed May 25, 2021
    Configuration menu
    Copy the full SHA
    220ae5d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Oct 9, 2021

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

Commits on Oct 10, 2021

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

Commits on Nov 3, 2021

  1. Merge pull request #6 from ravinkohli/fix-continue_search

    Set exist_ok = True while creating the backend
    ravinkohli authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b87d384 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    c58d138 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from automl/hotfix-setup.py

    [feat] Add setup.py for the submodule usage
    ravinkohli authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8de84f7 View commit details
    Browse the repository at this point in the history
  3. Robust get_next_num_run (#5)

    * Robust get_next_num_run
    
    * created is_run_dir function
    
    * Update common/utils/backend.py
    
    Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
    
    Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
    ravinkohli and nabenabe0928 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3e3f14f View commit details
    Browse the repository at this point in the history
Loading