MLOpsPython
MLOpsPython copied to clipboard
Determine if evaluation succeeded and new model is registered (CLI) - Error
Still having an issue with the "Determine if evaluation succeeded and new model is registered (CLI)" step.
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.*
