Learn R Programming

diversityForest (version 0.5.0)

stock: Data on stock prices of aerospace companies

Description

This data set contains 950 daily stock prices from January 1988 through October 1991, for ten aerospace companies. The names of the companies are anonymised and the stock prices for one of these companies (company10) were flagged as the outcome variable. Thus, for this data set, both the outcome and the covariates were metric.

Arguments

Format

A data frame with 950 observations, nine covariates and one metric outcome variable

Details

The variables are as follows: covariates: company1, ..., company9, outcome variable: company10.

References

  • Vanschoren, J., van Rijn, J. N., Bischl, B., Torgo, L. (2013). OpenML: networked science in machine learning. SIGKDD Explorations 15(2):49-60, <tools:::Rd_expr_doi("10.1145/2641190.2641198")>.

Examples

Run this code

## Load data:
data(stock)

## Dimension of data:
dim(stock)

## First rows of data:
head(stock) 

Run the code above in your browser using DataLab