This is my first End to End ML project. It implements Ridge regression for training and Standard Scaler for standardization in order to predict whether there will be a forest fire or not using Algerian Forest Fire dataset
# lab-flask
To run flask application
```
python app.py
```
To access your flask application open new tab in and paste the url:
```
{your_url}.pwskills.app
```