new chartview class, updated db locations

This commit is contained in:
Simon Moisy
2025-03-25 08:16:13 +08:00
parent 8dfe81ab61
commit e3a09e406d
5 changed files with 5 additions and 5 deletions

View File

@@ -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()