idmd.ui.generator_ui.DataGeneratorUI

class idmd.ui.generator_ui.DataGeneratorUI(position=0)[source]

Bases: Component

Provides UI for generating sample datasets.

Initializes the component with a default position.

Args:

position (int): The column position of the component. Defaults to 0.

Methods

render

Renders the dataset generator UI in the Streamlit interface.

render()[source]

Renders the dataset generator UI in the Streamlit interface.

Allows users to generate datasets with different distributions.

Return type:

None