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: aws/sagemaker-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: saswatac/sagemaker-python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 11, 2018

  1. multiclass support for linear learner

    added new hyperparameters for multiclass classification in linear
    learner.
    add unit and integration tests.
    Chakravarty committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    385d6b2 View commit details
    Browse the repository at this point in the history
  2. bump version and update change log

    Chakravarty committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    d199e64 View commit details
    Browse the repository at this point in the history
  3. fix the linear learner multiclass test case

    fixed the linear learner multiclass test case to pass in the number of classes
    in the constructor.
    also fixed the validation error message associated with the number of classes.
    Chakravarty committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    26aac5d View commit details
    Browse the repository at this point in the history
  4. fix the sagemaker role name

    Chakravarty committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    de2f70d View commit details
    Browse the repository at this point in the history
  5. fix the unit test for linear learner multiclass

    Chakravarty committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5942db7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47442ed View commit details
    Browse the repository at this point in the history
Loading