R_Rasgo is an open source R package that helps Rasgo users access their features in R.
install.packages(R_Rasgo)
api_key = '' #paste in from Rasgo
datasetID <- 101
connection <- connect(dsn = 'RasgoSnowflake')
data <- read_dataset(connection, api_key, datasetID)
R_Rasgo is maintained by Rasgo. Rasgo's enterprise feature store integrates with your data warehouse to help users build features faster, collaborate with team members, and serve features to models in production.
Built for Data Scientists, by Data Scientists