Switch from volitility to price tomorrow
This commit is contained in:
@@ -16,8 +16,8 @@ def TrainAI():
|
||||
|
||||
# Load the dataset
|
||||
dataset = pd.read_parquet(os.path.join(DATA_DIR, "stocks.parquet"))
|
||||
X = dataset.drop('Volatility_5', axis=1)
|
||||
Y = dataset['Volatility_5']
|
||||
X = dataset.drop('Target_Close_Tomorrow', axis=1)
|
||||
Y = dataset['Target_Close_Tomorrow']
|
||||
|
||||
# Show the datatypes
|
||||
print(dataset.dtypes)
|
||||
|
||||
Reference in New Issue
Block a user