Changes between Version 45 and Version 46 of Other/Summer/2024/wS
- Timestamp:
- Jul 31, 2024, 5:54:01 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/wS
v45 v46 148 148 149 149 * Did some data processing based on previous week's measurements 150 150 151 * Fed the data into various ML models 152 151 153 * Created Error Estimation metric for previous week's measurements 152 154 155 * An F1-score of around 80% was achieved, while we tried to make sure the models generalized as much as possible 156 153 157 Some example code for the simple ML model is included in the classification_example.ipynb attached file.