Bike Rentals Prediction Using Azure Automated ML and Hosting on Azure WEB APP SERVICES
This project is aimed at predicting bike rental demand using machine learning techniques. It leverages Azure AutoML, Linear Regression, and the MaxAbsScaler and XGBoostRegressor algorithms to make accurate predictions.
Bike rental companies often face challenges in managing their bike fleets efficiently. Demand for bike rentals can vary based on several factors, including weather conditions, holidays, and time of day. This project uses machine learning to forecast bike rental demand, enabling the company to optimize operations and provide better services to its customers.
Azure AutoML is a powerful tool for automating the machine learning model selection and tuning process. In this project, Azure AutoML is used to explore various algorithms and preprocessing techniques to find the best model for bike rental prediction.
Linear Regression is a fundamental machine learning algorithm used for predicting numeric values. It forms the basis of our bike rental prediction model, helping us understand how different features (e.g., temperature, time of day) impact rental demand.
The MaxAbsScaler is a preprocessing technique used to scale features to a range between -1 and 1. This normalization method is applied to ensure that all features have a similar influence on the prediction, preventing any feature from dominating the model.
XGBoost (Extreme Gradient Boosting) is a powerful machine learning library known for its effectiveness in regression tasks. The XGBoostRegressor algorithm is employed to build a robust prediction model, fine-tuned for bike rental demand forecasting.
The Automated ML as have finalised MaxAbsScaler and XGBoostRegressor as the best suited algorithm for above data after training
To run this project locally or explore the code and data, follow these steps:
-
Clone this repository to your local machine:
https://github.com/sounar97/Future-Ready-Talent.git
2.Access the project link by clicking below: