-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba83fca
commit e0d0ab5
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# AQI_Pre_v2 | ||
AQI Predictor v2 is better version of AQI Predictor https://github.com/805karansaini/AQI_Predictor | ||
AQI Predictor v2 uses multiple Supervised Machine Learnings like Linear Regressor, Lasso Regressor, Decision Tree Regressor, | ||
Random Forest Regressor and XGboost Regressor along with Hyper tuning. | ||
The Model is deployed on web and can predict AQI for New Delhi Enviroment. | ||
you can visit https://aqipredictor.up.railway.app/ | ||
## AQI_Pre_v2 | ||
## you can visit AQI : https://aqipredictor.up.railway.app/ | ||
|
||
### AQI Predictor v2 is better version of AQI Predictor https://github.com/805karansaini/AQI_Predictor | ||
### AQI Predictor v2 uses multiple Supervised Machine Learnings like Linear Regressor, Lasso Regressor, Decision Tree Regressor, Random Forest Regressor and XGboost Regressor along with Hyper tuning. | ||
### The Model is deployed on web and can predict AQI for New Delhi Enviroment. |