Giter Club home page Giter Club logo

Comments (5)

shikha1970 avatar shikha1970 commented on August 11, 2024 1

@marvinbuss yes thanks this worked like a charm. thanks for quick revert and fix! Just brilliant!

from ml-template-azure.

marvinbuss avatar marvinbuss commented on August 11, 2024

Hi @shikha1970,
Let me test it quickly. Looks like there is some issue with the dependencies. I will test the setup and give you an update later during the day.

from ml-template-azure.

marvinbuss avatar marvinbuss commented on August 11, 2024

Hi @shikha1970,
Thanks for submitting the issue. I will fix the issue with the attached PR. Can you please update the environment.yml in train/ and deploy/ to the following:

deploy/environment.yml

# Conda environment specification. Details about the Conda environment file format:
# https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually

name: deployment_env
dependencies:
  - python=3.6.2
  - scikit-learn=0.23.2
  - numpy=1.19.4
  - pip:
    - azureml-defaults==1.19.0
    - azureml-monitoring==0.1.0a21
    - inference-schema==1.1.0
    - inference-schema[numpy-support]==1.1.0
channels:
  - conda-forge

train/environment.yml

# Conda environment specification. Details about the Conda environment file format:
# https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually

name: training_env
dependencies:
  - python=3.6.2
  - scikit-learn=0.23.2
  - pandas=1.1.5
  - matplotlib=3.3.3
  - pip:
    - azureml-defaults==1.19.0
channels:
  - conda-forge

from ml-template-azure.

marvinbuss avatar marvinbuss commented on August 11, 2024

@shikha1970 Can you confirm that this fixes the issue?

from ml-template-azure.

marvinbuss avatar marvinbuss commented on August 11, 2024

Thanks @shikha1970 for your response and for submitting the issue. I am glad that it works for you! I have also updated the branches accordingly. Have a great weekend!

from ml-template-azure.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.