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/Auto-PyTorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2
Choose a base ref
...
head repository: automl/Auto-PyTorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
  • 10 commits
  • 37 files changed
  • 2 contributors

Commits on Jul 18, 2022

  1. [FIX] Documentation and docker workflow file (#449)

    * fixes to documentation and docker
    
    * fix to docker
    
    * Apply suggestions from code review
    ravinkohli committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e50d0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f941e78 View commit details
    Browse the repository at this point in the history
  3. [FIX] release docs (#452)

    * Release 0.2
    
    * Release 0.2.0
    
    * fix docs new line
    ravinkohli committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    0e574af View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. [FIX] ADD forecasting init design to pip data files (#459)

    * add forecasting_init.json to data files under setup
    
    * avoid undefined reference in scale_value
    dengdifan authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c7220f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. checks for time series dataset split (#464)

    * checks for time series dataset split
    
    * maint
    
    * Update autoPyTorch/datasets/time_series_dataset.py
    
    Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
    
    Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
    dengdifan and ravinkohli authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    faa1efd View commit details
    Browse the repository at this point in the history
  2. [FIX] Numerical stability scaling for timeseries forecasting tasks (#467

    )
    
    * resolve rebase conflict
    
    * add checks for scaling factors
    
    * flake8 fix
    
    * resolve conflict
    dengdifan authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4bcc583 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [FIX] pipeline options in fit_pipeline (#466)

    * fix update of pipeline config options in fit pipeline
    
    * fix flake and test
    
    * suggestions from review
    ravinkohli authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6d17012 View commit details
    Browse the repository at this point in the history
  2. [FIX] results management and visualisation with missing test data (#465)

    * add flexibility to avoid checking for test scores
    
    * fix flake and test
    
    * fix bug in tests
    
    * suggestions from review
    ravinkohli authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d160903 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [ADD] Robustly refit models in final ensemble in parallel (#471)

    * add parallel model runner and update running traditional classifiers
    
    * update pipeline config to pipeline options
    
    * working refit function
    
    * fix mypy and flake
    
    * suggestions from review
    
    * fix mypy and flake
    
    * suggestions from review
    
    * finish documentation
    
    * fix tests
    
    * add test for parallel model runner
    
    * fix flake
    
    * fix tests
    
    * fix traditional prediction for refit
    
    * suggestions from review
    
    * add warning for failed processing of results
    
    * remove unnecessary change
    
    * update autopytorch version number
    
    * update autopytorch version number and the example file
    ravinkohli authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ce78f89 View commit details
    Browse the repository at this point in the history
  2. [DOCS] Release notes v0.2.1 (#476)

    * Release 0.2.1
    
    * add release docs
    
    * Update docs/releases.rst
    ravinkohli authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    17cdc09 View commit details
    Browse the repository at this point in the history
Loading