Project-Specific Instructions
Phase 4: First Technical Modification
Make one small technical change. Run the project again and see what happens. If your change causes an error, read the message, correct the problem, and rerun the project. You can always revert (CTRL z) changes or return to the example code. Follow this debugging process until your initial technical modification runs successfully.
Suggestions:
- Choose a different numeric column for the measurement.
- Change one or both classification threshold multipliers.
- Change how many records the while loop processes.
- Change the wait time between processed records.
Phase 5: Custom Project
Keep the penguins dataset and make the analysis yours by selecting a different numeric measurement column and establishing reasonable thresholds for classification while explaining your choices in app.py.
For more challenge, use another appropriate tabular dataset.
Professional Communication
Make sure your repository correctly presents and reflects your work. Remove educational instructions that are no longer needed and verify key areas showcase your skills:
- README.md
- docs/
- src/
The example projects are MIT licensed. You are free to use and modify as you like.