MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Determine if evaluation succeeded and new model is registered (CLI) - Error

Open numericx opened this issue 4 years ago • 0 comments

Still having an issue with the "Determine if evaluation succeeded and new model is registered (CLI)" step.

Train-and-evaluate-model.txt Screenshot from 2021-01-24 23-37-15

I've changed the ci_dependencies.yml file as requested in a previous closed issue but no luck.

name: mlopspython_ci dependencies:

  • python=3.7.*
  • numpy=1.18.*
  • pandas=1.0.*
  • scikit-learn=0.22.*
  • conda-forge::jq
  • pip=20.0.*
  • pip:
    • lightgbm=3.1.1
    • azureml-sdk
    • pytest==5.4.*
    • pytest-cov==2.8.*
    • requests==2.23.*
    • python-dotenv==0.12.*
    • flake8==3.7.*
    • flake8_formatter_junit_xml==0.0.*
    • azure-cli==2.3.*

numericx avatar Jan 25 '21 04:01 numericx