new chartview class, updated db locations
This commit is contained in:
@@ -4,7 +4,7 @@ from sklearn.metrics import confusion_matrix
|
||||
|
||||
if __name__ == "__main__":
|
||||
model = load_model('models/model_2025-01-21_04-49-43.h5')
|
||||
predictor = BitcoinPricePredictor(model=model, db_path='bitcoin_historical_data.db')
|
||||
predictor = BitcoinPricePredictor(model=model, db_path='databases/bitcoin_historical_data.db')
|
||||
|
||||
missing_data = predictor.load_new_data_from_model()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user