Straits Times Index Data
This is a time series data to perform prediction and classification
@kaggle.contactprad_straits_times_index_data
This is a time series data to perform prediction and classification
@kaggle.contactprad_straits_times_index_data
This is an example dataset of Straits times index.
This is a time series data and could be used to explore the trends, index and other things.
Straits index is a financial time series of a basket of top stocks in Singapore, the equivalent of the American DOW Jones or S&P 500.
You will explore and notice that volume is missing for a notable time period. What do you, should we discard volume in our model. Sholud we impute values?
This dataset is provided by the university to explore NNet
This is a practice data set if someone wants to explore and understand the time series based data which is usually non-linear. Some of the answers we could try to predict will be:
CREATE TABLE sti_2004_2013 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"adj_close" DOUBLE
);
Anyone who has the link will be able to view this.