Skip to content

Commit

Permalink
DOC Update links in user guide (scikit-learn#23972)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jerphanion <[email protected]>
  • Loading branch information
thomasjpfan and jjerphan authored Jul 22, 2022
1 parent 312f34d commit c1d6d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/computing/computational_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Optimized BLAS / LAPACK implementations include:
- MKL
- Apple Accelerate and vecLib frameworks (OSX only)

More information can be found on the `Scipy install page <https://docs.scipy.org/doc/numpy/user/install.html>`_
More information can be found on the `NumPy install page <https://numpy.org/install/>`_
and in this
`blog post <http://danielnouri.org/notes/2012/12/19/libblas-and-liblapack-issues-and-speed,-with-scipy-and-ubuntu/>`_
from Daniel Nouri which has some nice step by step install instructions for
Expand Down
2 changes: 1 addition & 1 deletion doc/datasets/loading_other_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ refer to:
`Imageio <https://imageio.readthedocs.io/en/stable/reference/core_v3.html>`_
for loading images and videos into numpy arrays
* `scipy.io.wavfile.read
<https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.io.wavfile.read.html>`_
<https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.wavfile.read.html>`_
for reading WAV files into a numpy array

Categorical (or nominal) features stored as strings (common in pandas DataFrames)
Expand Down

0 comments on commit c1d6d78

Please sign in to comment.