Skip to content

Add option to add artificial data #2

@Duke02

Description

@Duke02

Add the option for users to add artificial data. Probably just some jitter based on the already existing ones.

Something like

np.random.random(time_frames.shape()) + time_frames, np.random.random(prices.shape()) + prices

But done several times, like by a factor

def add_artificial_data(df: pd.DataFrame, iterations: int) -> pd.DataFrame:
    # ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions