Skip to content

Commit 7799b7f

Browse files
committed
Update
1 parent 3e624fc commit 7799b7f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Internal/MedPyExport/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Relase Notes - 1.1.1
44
* Bugfix: get_sig when using PidRepository data from json
5+
* Feature: add support to retrieve model arch as json
6+
* Feature: filter MedSamples by bootstrap query language
57

68
## Relase Notes - 1.1.0
79
* **Modularized Package Structure**

Internal/MedPyExport/generate_binding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The framework was battle-tested in production across multiple healthcare sites a
2424
* **High-Performance Processing:** Engineered for large-scale, sparse EMR time-series data where general-purpose libraries like pandas fall short.
2525
* **Reusable Pipelines:** Save valuable engineering time by providing shareable, tested pipelines and methods.
2626
* **Built-in Safeguards:** Mitigate common pitfalls like data leakage and time-series-specific overfitting.
27-
* **Production-Ready:** Designed for easy deployment using Docker or minimal distroless Linux images.
28-
* **State of The Art Algorithms** Developed state of the art algorithms for EMR use cases, explainablity and fairness and more.
27+
* **Production-Ready:** Designed for easy deployment using Docker or minimal distroless Linux images. **FHIR Ready** with lightweight python script convert to AlgoMarker format in deployment.
28+
* **Innovative Algorithms**: Access to state of the art algorithms for processing medical data, explainability, fairness, and more
2929
- Read My Journey on [Explainability](https://medial-earlysign.github.io/MR_Wiki/Blog/explainability.html)
3030

3131
## Core Components

Internal/MedPyExport/generate_binding/src/AlgoMarker/AlgoMarker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def add_data_simple(
363363
)
364364
if res != 0:
365365
msg = f"Error in add_data_simple - error code {res} for patient_id {patient_id}, signal_name {signal_name}, data: {elem}"
366-
print(f"Error in add_data_simple - error code {res} for patient_id {patient_id}, more details in response message")
366+
print(f"Error in add_data_simple - error code {res} for a patient more details in response message")
367367
messages.append(msg)
368368
# No return value, errors are handled by the library
369369
return messages

0 commit comments

Comments
 (0)