Skip to content

Assignment 2#2

Open
andreero0 wants to merge 19 commits intomainfrom
assignment-2
Open

Assignment 2#2
andreero0 wants to merge 19 commits intomainfrom
assignment-2

Conversation

@andreero0
Copy link
Copy Markdown
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Completed the Inflammation Data Analysis assignment, implementing three key functions:

  • patient_summary(): Calculates mean, max, and min inflammation scores
  • detect_problems(): Checks for zero mean inflammation scores
  • File reading and data processing for inflammation CSV files

What did you learn from the changes you have made?

  • NumPy data manipulation techniques
  • CSV file processing
  • Function design for data analysis

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

How were these changes tested?

  • Verified function outputs match expected shapes (60 elements)
  • Tested different operations (mean, max, min)
  • Checked error handling and edge cases

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@monzchan monzchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work for assignment 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants