Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelEzenwere committed Oct 25, 2024
1 parent bc750c2 commit 9fa16ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Flask-based web interface providing:


### Class Imbalance Considerations
The dataset exhibits significant class imbalance, particularly in categories like 'water' and 'child alone' which has all zeros. This presents several challenges:
The dataset exhibits significant class imbalance, particularly in categories like 'water' and 'child alone' which has near or all zeros. This presents several challenges:

- **Training Impact**: Underrepresented classes may have lower prediction accuracy
- **Metric Selection**: F1-score provides a balanced measure for imbalanced classes
Expand All @@ -111,15 +111,15 @@ The dataset exhibits significant class imbalance, particularly in categories lik
- [ ] Enhanced handling of class imbalance eg using class weights in the ML training pipeline.
- [ ] Integration with disaster response organizations

## 🧪 Testing
## Testing

Run the test suite (In development):
```bash
python -m tests/test_data_processing.py
python -m tests/test_train_classifier.py
```

## 📝 Development Notes
## Development Notes

The `workspace/` directory contains Jupyter notebooks used for:
- Experimental feature development
Expand Down

0 comments on commit 9fa16ba

Please sign in to comment.