Skip to content

Commit

Permalink
Updates image
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwslee committed Aug 9, 2023
1 parent 6bf0c9d commit d8f8ef5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ Given that the input data for prediction exists in the form of a time series, a

<img src="https://github.com/johnwslee/fine_dust_analysis_2/blob/main/img/features_for_DL.png" style="width:800px;height:400px;background-color:white">

The architecture of the models was optimized by implementing `optuna` library, and the following figures show classification report, confusion matrix, and roc curve of the model.


<img src="https://github.com/johnwslee/fine_dust_analysis_2/blob/main/img/classification.png" style="width:500px;height:400px;background-color:white">
<img src="https://github.com/johnwslee/fine_dust_analysis_2/blob/main/img/confusion_matrix.png" style="width:500px;height:400px;background-color:white">
<img src="https://github.com/johnwslee/fine_dust_analysis_2/blob/main/img/roc_curve.png" style="width:500px;height:400px;background-color:white">

0 comments on commit d8f8ef5

Please sign in to comment.