fabricatio_plot.actions.synthesize

Synthesizes data based on the provided prompt and returns it as a DataFrame.

Classes

MakeSynthesizedData

Action to synthesize data using synthesize data capabilities.

Module Contents

class fabricatio_plot.actions.synthesize.MakeSynthesizedData(/, **data: Any)

Bases: fabricatio_core.Action, fabricatio_plot.capabilities.synthesize_data.SynthesizeData

Action to synthesize data using synthesize data capabilities.

output_key: str = 'synthesized_data'

The key used to store this action’s output in the context dictionary.