-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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()) + pricesBut done several times, like by a factor
def add_artificial_data(df: pd.DataFrame, iterations: int) -> pd.DataFrame:
# ...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels