MCPcopy Create free account
hub / github.com/VivekPa/AIAlpha / __init__

Method __init__

data_processor/data_processing.py:7–8  ·  view source on GitHub ↗
(self, split)

Source from the content-addressed store, hash-verified

5
6class DataProcessing:
7 def __init__(self, split):
8 self.split = split
9
10 def make_features(self, file_path, window, csv_path, make_y=True, verbose=True, save_csv=False):
11 df = pd.read_csv(f"{file_path}", index_col=0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected