Develop ML Models in Synapse without Azure ML

Kumar, Senthil 156 Reputation points
2022-09-21T11:34:53.293+00:00

Azure ML and Azure Devops are not white listed in my organisation and i'm relying on Synapse ML libraries to develop ML Models. Is there a way, i can deploy model manually as a web service using Synapse Notebooks, without relying on Azure ML or Azure DevOps?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,402 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 77,901 Reputation points Microsoft Employee
    2022-09-22T09:36:32.82+00:00

    Hello @Anonymous ,

    Thanks for the question and using MS Q&A platform.

    Unfortuantely, you cannot deploy model manually as a web service using Synapse Notebooks, without relying on Azure ML or Azure DevOps.

    Note: You can use Apache Spark MLlib to create a machine learning application that does simple predictive analysis on an Azure open dataset. Spark provides built-in machine learning libraries.

    Machine learning models can be trained with help from various algorithms and libraries. Spark MLlib offers scalable machine learning algorithms that can help solving most classical machine learning problems. For a tutorial on how to train a model using MLlib in Synapse, see Build a machine learning app with Apache Spark MLlib and Azure Synapse Analytics.

    SparkML and MLlib are core Spark libraries that provide many utilities that are useful for machine learning tasks, including utilities that are suitable for:

    • Classification
    • Regression
    • Clustering
    • Topic modeling
    • Singular value decomposition (SVD) and principal component analysis (PCA)
    • Hypothesis testing and calculating sample statistics

    For more details, refer to Tutorial: Build a machine learning app with Apache Spark MLlib and Azure Synapse Analytics.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is jhow you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful