omop-learn icon indicating copy to clipboard operation
omop-learn copied to clipboard

Python package for machine learning for healthcare using a OMOP common data model

Results 2 omop-learn issues
Sort by recently updated
recently updated
newest added

Redshift does not seem to support queries of the form ``` copy (select * from schema.table) to sdtout with csv HEADER ``` which are used in the [FeatureGenerator](https://github.com/clinicalml/omop-learn/blob/c46c095cd979e44efdf9ece050c8a157c3024857/Generators/FeatureGenerator.py#L132) It seems...

enhancement

I get the following Module error when running your notebook on google collab ``` ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from omop_learn.backends.bigquery import BigQueryBackend ModuleNotFoundError:...