epic-open-source

epic-open-source/seismometer

AI model evaluation with a focus on healthcare

1 good first / help-wanted issue · Jupyter Notebook · last activity Jun 27, 2025

health-ai healthcare
1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a Pandas SettingWithCopyWarning in the `seismometer` Python package. The warning occurs when converting datetime columns in a DataFrame within the `_infer_datetime` static method of the `Seismogram` class. The solution involves replacing the current assignment method with `.loc` indexing to ensure modifications are made to the original DataFrame and not a copy, thereby eliminating the warning.

Complexity: 2/5
bug good first issue
epic-open-source/seismometer
226

AI model evaluation with a focus on healthcare

Jupyter Notebook
#health-ai#healthcare