tomaztk / Azure-Machine-Learning

Azure Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Machine Learning

Azure Machine Learning (or Azure Machine Learning Service and abbreviation AML) is Azure’s cloud service for creating, managing and productionalising machine learning projects. It is a collaborative tool for Data Scientists, Machine Learning Engineers, and data engineers, covering their daily and operational tasks. From creating and training to deploying and managing predictive models and machine learning solutions.

Table of content / Featured blogposts

  1. Dec 01 2022: What is Azure Machine Learning? (blogpost)
  2. Dec 02 2022: Creating Azure Machine Learning Workspace (blogpost)
  3. Dec 03 2022: Understanding Azure Machine Learning Studio (blogpost)
  4. Dec 04 2022: Getting data to Azure Machine Learning workspace (blogpost)
  5. Dec 05 2022: Creating compute and cluster instances in Azure Machine Learning (blogpost)
  6. Dec 06 2022: Environments in Azure Machine Learning (blogpost)
  7. Dec 07 2022: Introduction to Azure CLI and Python SDK (blogpost)
  8. Dec 08 2022: Python SDK namespaces for workspace, experiments and models (blogpost)
  9. Dec 09 2022: Python SDK namespaces for environment, and pipelines (blogpost)
  10. Dec 10 2022: Connecting to client using Python SDK namespaces (blogpost)
  11. Dec 11 2022: Creating Pipelines with Python SDK (blogpost)
  12. Dec 12 2022: Creating jobs (blogpost)
  13. Dec 13 2022: Automated ML (blogpost)
  14. Dec 14 2022: Registering the models (blogpost)
  15. Dec 15 2022: Getting to know MLflow (blogpost)
  16. Dec 16 2022: MLflow in action with xgboost (blogpost)
  17. Dec 17 2022: Building responsible AI dashboard with Python SDK (blogpost)
  18. Dec 18 2022: Statistical analysis, plotting graphs and feature engineering (blogpost)
  19. Dec 19 2022: Statistical analysis and ML comparison of prediction models(blogpost)
  20. Dec 20 2022: Handling kernels, python packages, YAML files in notebooks and keeping structure and good practices (blogpost)
  21. Dec 21 2022: Using Azure Machine Learning terminal (blogpost)
  22. Dec 22 2022: Batch endpoints for batch scoring (blogpost)
  23. Dec 23 2022: Working with R (blogpost)
  24. Dec 24 2022: Further reading and code material for Azure Machine Learning (blogpost)

Additional Material

Additional Material as a collection of demo materials from different sessions is also available for use in this repository.

Blog

All posts were originally posted on my blog and made copy here at Github. On Github is extremely simple to clone the code, markdown file and all the materials.

Suggestions

Feel free to suggest any new topics that you would like to be covered.

About

Azure Machine Learning

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%