All Projects β†’ Azure β†’ Azurepublicdataset

Azure / Azurepublicdataset

Licence: other
Microsoft Azure Traces

Projects that are alternatives of or similar to Azurepublicdataset

Caffe Speech Recognition
Speech Recognition with the Caffe deep learning framework, migrating to
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Nlp fundamentals
πŸ“˜ Contains a series of hands-on notebooks for learning the fundamentals of NLP
Stars: ✭ 328 (+0.31%)
Mutual labels:  jupyter-notebook
Models
A collection of pre-trained, state-of-the-art models in the ONNX format
Stars: ✭ 4,226 (+1192.35%)
Mutual labels:  jupyter-notebook
Ml Art Colabs
A list of Machine Learning Art Colabs
Stars: ✭ 308 (-5.81%)
Mutual labels:  jupyter-notebook
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (-0.31%)
Mutual labels:  jupyter-notebook
Python Data Analysis And Image Processing Tutorial
νŒŒμ΄μ¬μ„ ν™œμš©ν•œ 데이터 뢄석과 이미지 처리 - κ°•μ˜ 자료 및 μ†ŒμŠ€μ½”λ“œ Repositoryμž…λ‹ˆλ‹€.
Stars: ✭ 325 (-0.61%)
Mutual labels:  jupyter-notebook
Textspotter
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Whylogs
Profile and monitor your ML data pipeline end-to-end
Stars: ✭ 328 (+0.31%)
Mutual labels:  jupyter-notebook
Observations
Stars: ✭ 325 (-0.61%)
Mutual labels:  jupyter-notebook
Pylightgbm
Python binding for Microsoft LightGBM
Stars: ✭ 328 (+0.31%)
Mutual labels:  jupyter-notebook
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (-3.06%)
Mutual labels:  jupyter-notebook
Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (-0.61%)
Mutual labels:  jupyter-notebook
Cc150
γ€Šη¨‹εΊε‘˜ι’θ―•ι‡‘ε…Έγ€‹(cc150)
Stars: ✭ 326 (-0.31%)
Mutual labels:  jupyter-notebook
Node
Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook
Homemade Machine Learning
πŸ€– Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
Stars: ✭ 18,594 (+5586.24%)
Mutual labels:  jupyter-notebook
Autocrop
😌 Automatically detects and crops faces from batches of pictures.
Stars: ✭ 320 (-2.14%)
Mutual labels:  jupyter-notebook
Dota Doai
This repo is the codebase for our team to participate in DOTA related competitions, including rotation and horizontal detection.
Stars: ✭ 326 (-0.31%)
Mutual labels:  jupyter-notebook
Machine Learning In 90 Days
Stars: ✭ 321 (-1.83%)
Mutual labels:  jupyter-notebook
Mth594 machinelearning
The materials for the course MTH 594 Advanced data mining: theory and applications (Dmitry Efimov, American University of Sharjah)
Stars: ✭ 327 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
Jupyter notebook tutorials from QuantConnect website for Python, Finance and LEAN.
Stars: ✭ 323 (-1.22%)
Mutual labels:  jupyter-notebook

Overview

This repository contains public releases of Microsoft Azure traces for the benefit of the research and academic community. There are currently two classes of traces:

  • The first class contains two representative traces of the virtual machine (VM) workload of Microsoft Azure collected in 2017 and 2019.
  • The second contains representative traces of Azure Functions invocations, collected over two weeks in 2019.

We provide the traces as they are, but are willing to help researchers understand and use them. So, please let us know of any issues or questions by sending email to our mailing list.

VM Traces

The traces are sanitized subsets of the first-party VM workload in one of Azure’s geographical regions. We include jupyter notebooks that directly compare the main characteristics of each trace to its corresponding full VM workload, showing that they are qualitatively very similar (except for VM deployment sizes in 2019). Comparing the characteristics of the two traces illustrates how the workload has changed over this two-year span.

If you do use either of these VM traces in your research, please make sure to cite our SOSP’17 paper "Resource Central: Understanding and Predicting Workloads for Improved Resource Management in Large Cloud Platforms", which includes a full analysis of the Azure VM workload in 2017.

Trace Locations

  • AzurePublicDatasetV1 - Trace created using data from 2017 Azure VM workload containing information about ~2M VMs and 1.2B utilization readings.
  • AzurePublicDatasetV2 - Trace created using data from 2019 Azure VM workload containing information about ~2.6M VMs and 1.9B utilization readings.

Azure Functions Traces

  • AzureFunctionsDataset2019 - These traces contain, for a subset of applications running on Azure Functions in July of 2019:

    • how many times per minute each (anonymized) function is invoked and its corresponding trigger group
    • how (anonymized) functions are grouped into (anonymized) applications, and how applications are grouped by (anonymized) owner
    • the distribution of execution times per function
    • the distribution of memory usage per application

If you do use the Azure Functions traces in your research, please make sure to cite our ATC'20 paper "Serverless in the Wild: Characterizing and Optimizing the Serverless Workload at a Large Cloud Provider", which includes a full analysis of the Azure Functions workload in July 2019.

Azure Traces for Packing

  • AzureTracesForPacking2020 - This dataset represents part of the workload on Microsoft's Azure Compute and is specifically intended to evaluate packing algorithms. The dataset includes:

    • VM requests along with their priority
    • The lifetime for each requested VM
    • The (normalized) resources allocated for each VM type.

If you do use the Azure Trace for Packing in your research, please make sure to cite our OSDI'20 paper "Protean: VM Allocation Service at Scale", which includes a description of the Azure allocator and related workload analysis.

Contact us

Please let us know of any issues or questions by sending email to our mailing list.

These traces derive from a collaboration between Azure and Microsoft Research.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].