You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: air-quality-classification/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
#### Task description
2
2
3
-
1. Prediction of air quality (Good/Moderate/Hazardous/Poor) based on the data of the given weather indicators (Temperature/Humidity/PM2.5/PM10/NO2/SO2/CO/Proximity to Industrial Areas/Population_Density). Hazardous/Poor).
3
+
1. Prediction of air quality (Good/Moderate/Hazardous/Poor) based on the data of the given weather indicators (Temperature/Humidity/PM2.5/PM10/NO2/SO2/CO/Proximity to Industrial Areas/Population Density).
4
4
2. Give the model training code (Python 3.11), and the trained model.
5
-
3. Support with docker image build and docker compose up one click to start the backend service (Python).
5
+
3. Support with docker image build and `docker compose up` one click to start the backend service (Python 3.11).
6
6
4. You can use the browser to open the page and then enter the value of each indicator (allowed to be empty), submit and return to the prediction results.
0 commit comments