Computer Science, asked by preetanjali3453, 1 year ago

What is the default Python package manager in case of Azure ML Studio

Answers

Answered by ankurbadani84
1

Answer:

CVXPY

Explanation:

  • Before installing CVXPY , you need to install dependent package CVXOPT.
  • Decompress the wheels files.
  • Package the files at the path for CVXPY & CVXOPT.
  • Unzip the file.
  • Use the file in script bundle.

Note :- In case if ipython is getting used, install it via !pip install cvxpy code.

Similar questions