Théo Ryffel

Results 18 issues of Théo Ryffel

As reported in https://github.com/arkhn/FHIR2Dataset/issues/65, and solved in corresponding features, we wanted to keep link between 2 fhirpaths with a common root. The solution we came up with heavily depends on...

## Description When I run in G colab ```python import fhir2dataset as query sql_query = "SELECT p.name.family, p.address.city FROM Patient AS p WHERE p.birthdate=1944 AND p.gender = 'female'" query.sql(sql_query) ```...

We would like to detect when a new table has been referenced in the mapping rules but no instruction has been provided to make a join from the "head table"...

We believe using Python to implement this computation intensive process is suboptimal and would greatly benefit from using scalable and comprehensive framework such as Spark. This refactor project is good...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Hey @jagielski, thanks for sharing your work! I was wondering if you could add the version of the packages you used for this project, I'm having a hard time to...

OpenMined is currently organized in teams (Federated Learning, Differential Privacy, Crypto for ML), maybe we could advertize this, with the main contributors in each team, the purpose of the team,...

That new label based version really is great! 🎉 However I have the feeling it doesn't match the annotator user experience: it is not straightforward how to visualize all annotations...

enhancement