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

Fixed a crash bug in MLFlow logger #4716

Merged
merged 9 commits into from
Nov 24, 2020
Merged

Fixed a crash bug in MLFlow logger #4716

merged 9 commits into from
Nov 24, 2020

Commits on Nov 17, 2020

  1. warnings.warn doesn't accept tuples, which causes "TypeError: expecte…

    …d string or bytes-like object" when the execution flow gets to this warning. Fixed that.
    pgagarinov authored and Peter Gagarinov committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f484ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Try adding a mock test

    rohitgr7 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e230df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73309c View commit details
    Browse the repository at this point in the history
  3. Try adding a mock test

    rohitgr7 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    4c2ed71 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

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

Commits on Nov 23, 2020

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

Commits on Nov 24, 2020

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