This file contains data for the demos in Cloud Academy's Automating AI Model Creation With Azure Machine Learning lesson.
Data source: https://raw.githubusercontent.com/cloudacademy/azure-automl/refs/heads/main/bike-rentals.csv
{
"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
}