Skip to content

cloudacademy/azure-automl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Automating AI Model Creation With Azure Machine Learning

This file contains data for the demos in Cloud Academy's Automating AI Model Creation With Azure Machine Learning lesson.

Training a Model

Data source: https://raw.githubusercontent.com/cloudacademy/azure-automl/refs/heads/main/bike-rentals.csv

Deploying a Model

{
  "Inputs": { 
    "data": [
      {
        "day": 1,
        "mnth": 1,   
        "year": 2024,
        "season": 2,
        "holiday": 0,
        "weekday": 1,
        "workingday": 1,
        "weathersit": 2, 
        "temp": 0.3, 
        "atemp": 0.3,
        "hum": 0.6,
        "windspeed": 0.5 
      }
    ]    
  },   
  "GlobalParameters": 0.0
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published