Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.37 KB

Docs Chat on Slack Chat on Discourse

R_Rasgo

R_Rasgo is an open source R package that helps Rasgo users access their features in R.

Quick Start

    install.packages(R_Rasgo)
    api_key = '' #paste in from Rasgo

    datasetID <- 101

    connection <- connect(dsn = 'RasgoSnowflake')

    data <- read_dataset(connection, api_key, datasetID)

Read the Docs →

About Us

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