Dataset: Stock ============== The stock dataset summarizes in a single file the daily log returns for various stocks over the course of six months. The first 11 columns contain a selection of stocks that are not part of the Dow Jones index. The 12th column is the Dow Jones index. For this dataset, you will investigate how well the Dow Jones index can be predicted from stocks outside of the index. :File paths: :: data/stock :Parameters: :: {"name": "Stock", "predictor_vars": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "dependent_var": 11, "training_fraction": 0.55, "seed": 46290} .. |br| raw:: html
.. include:: stock.html