Skip to main content
Version: 0.93

snorkelflow.client.studio

Studio related functions.

note
This submodule is available only in the full SDK

Functions

add_code_lf(node, lf[, label, name, ...])

Save a labeling function.

add_model_based_lfs(node, model, model_name, ...)

Performs the following operations in sequence: (a) trains model on the dev set, (b) saves model to minio at the specified path, (c) applies model to predict over the entire dataset, (d) generates labeling functions for all model output labels.

add_onboarding_base_fm(node, model_name[, ...])

Apply Onboarding Base FM to your application.