Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
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: ray-project/tune-sklearn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: ray-project/tune-sklearn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 11 commits
  • 19 files changed
  • 8 contributors

Commits on Jan 5, 2021

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

Commits on Jan 27, 2021

  1. Update code snippets in README to showcase ray.tune SearchSpaces (#176)

    * Update code snippets in README to showcase ray.tune SearchSpaces
    - Update definition of parameter distributions to illustrate new
    ways of specifying parameter distributions with SearchSpaces.
    - Illustrates ways to sample over discrete distributions in a couple of ways
    
    * Updating dependency installs to fix braking tests caused by api changes in dependencies.
    - Pinning optimization package versions to match https://github.com/ray-project/ray/blob/master/python/requirements/requirements_tune.txt .
    - Adding range of pytest versions in test_requirements
    
    * Update example in README.md, and config for travis
    
    Co-authored-by: mattKretschmer <matthew.kretschmer@gmail.com>
    mkretsch327 and mattKretschmer authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c77df2f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

Commits on Feb 13, 2021

  1. Fix random-search (#180)

    * random-search
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * pin
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * nobuildiso
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * revert
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * new-script
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * change
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * fix
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    
    * reduce-files
    
    Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
    richardliaw authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    71324bd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. fixgrpus (#191)

    richardliaw authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7cb1722 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

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

Commits on Mar 12, 2021

  1. Pass estimators via object store IDs (#196)

    * Pass estimators via object store IDs
    
    * Bump optuna
    krfricke authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d07dfad View commit details
    Browse the repository at this point in the history
  2. Remove travis (#197)

    * Delete .travis.yml
    
    * Replace references of travis with gh actions
    timvink authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7f4b33b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. adding name to run args (#200)

    * adding name to run args
    
    * Apply suggestions from code review
    
    Co-authored-by: Rob <rspeare@ip-172-31-8-107.us-east-2.compute.internal>
    Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
    3 people authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    fe2001c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on May 12, 2021

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