Skip to content
/ ApolloR Public

[Under development] An R package with functionality to help fit large models on data in the CDM

Notifications You must be signed in to change notification settings

OHDSI/ApolloR

Repository files navigation

APOLLO R Package

The R package companion of Assessment of Pre-trained Observational Large Longitudinal models in OHDSI (APOLLO).

Offers the following functionality:

  • Extract data from data in the CDM to Parquet files, for use in Apollo.
  • Extract features for a cohort to Parquet files, for use in Apollo

Configuring Python

Assuming the right Python version (3.10) has been installed and is picked up by reticulate:

# Verify we're using the right Python version:
reticulate::py_config()

# Create virtual environment:
reticulate::virtualenv_create(
  envname = "apollo",
  version = "3.10",
  requirements = ApolloR::getPythonRequirementsFilePath()
)

# Use the virtual environment:
reticulate::use_virtualenv("apollo")

Under development. Do not use.

About

[Under development] An R package with functionality to help fit large models on data in the CDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages