Skip to content

Commit f307a05

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 41ffd79139cc883508395a01f6b9cb4c9bc8e312
1 parent 27c9065 commit f307a05

File tree

1,251 files changed

+4331
-4328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,251 files changed

+4331
-4328
lines changed
70 Bytes
Binary file not shown.

dev/_downloads/2840d928d4f93cd381486b35c2031752/plot_stock_market.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"## Retrieve the data from Internet\n\nThe data is from 2003 - 2008. This is reasonably calm: (not too long ago so\nthat we get high-tech firms, and before the 2008 crash). This kind of\nhistorical data can be obtained from APIs like the quandl.com and\nalphavantage.co .\n\n"
36+
"## Retrieve the data from Internet\n\nThe data is from 2003 - 2008. This is reasonably calm: (not too long ago so\nthat we get high-tech firms, and before the 2008 crash). This kind of\nhistorical data can be obtained from APIs like the\n[data.nasdaq.com](https://data.nasdaq.com/) and\n[alphavantage.co](https://www.alphavantage.co/).\n\n"
3737
]
3838
},
3939
{
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"\n## Learning a graph structure\n\nWe use sparse inverse covariance estimation to find which quotes are\ncorrelated conditionally on the others. Specifically, sparse inverse\ncovariance gives us a graph, that is a list of connection. For each\nsymbol, the symbols that it is connected too are those useful to explain\nits fluctuations.\n\n"
54+
"\n## Learning a graph structure\n\nWe use sparse inverse covariance estimation to find which quotes are\ncorrelated conditionally on the others. Specifically, sparse inverse\ncovariance gives us a graph, that is a list of connections. For each\nsymbol, the symbols that it is connected to are those useful to explain\nits fluctuations.\n\n"
5555
]
5656
},
5757
{
65 Bytes
Binary file not shown.

dev/_downloads/70af03f765a8f15d7c1d63e836e68590/plot_stock_market.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
#
2020
# The data is from 2003 - 2008. This is reasonably calm: (not too long ago so
2121
# that we get high-tech firms, and before the 2008 crash). This kind of
22-
# historical data can be obtained from APIs like the quandl.com and
23-
# alphavantage.co .
22+
# historical data can be obtained from APIs like the
23+
# `data.nasdaq.com <https://data.nasdaq.com/>`_ and
24+
# `alphavantage.co <https://www.alphavantage.co/>`_.
2425

2526
import sys
2627
import numpy as np
@@ -112,8 +113,8 @@
112113
#
113114
# We use sparse inverse covariance estimation to find which quotes are
114115
# correlated conditionally on the others. Specifically, sparse inverse
115-
# covariance gives us a graph, that is a list of connection. For each
116-
# symbol, the symbols that it is connected too are those useful to explain
116+
# covariance gives us a graph, that is a list of connections. For each
117+
# symbol, the symbols that it is connected to are those useful to explain
117118
# its fluctuations.
118119

119120
from sklearn import covariance

dev/_downloads/scikit-learn-docs.zip

-3.47 KB
Binary file not shown.
208 Bytes
203 Bytes
46 Bytes
19 Bytes
71 Bytes

0 commit comments

Comments
 (0)