Bitcoin Daily Data With Market Sentiment
I got 90% accuracy with this model. Please do try and tell me if I am wrong.
@kaggle.vrdh459_bitcoin_price_with_market_sentiment
I got 90% accuracy with this model. Please do try and tell me if I am wrong.
@kaggle.vrdh459_bitcoin_price_with_market_sentiment
CREATE TABLE bitcoin_train (
"current_price" DOUBLE,
"open" DOUBLE,
"high_of_previous_day" DOUBLE,
"low_of_previous_day" DOUBLE,
"volume_of_previous_day" BIGINT,
"market_sentiment" BIGINT,
"current_change" DOUBLE
);
Anyone who has the link will be able to view this.