This package collects data sets and various helper functions for ISLP.
This fork publishes the documentation on https://masteringdata.ai/ISLP.
We generally recommend creating a conda environment to isolate any code
from other dependencies. The ISLP
package does not have unusual dependencies, but this is still
good practice. To create a conda environment in a Mac OS X or Linux environment run:
conda create --name islp
To run python code in this environment, you must activate it:
conda activate islp
On windows, create a Python
environment called islp
in the Anaconda app. This can be done by selecting Environments
on the left hand side of the app's screen. After creating the environment, open a terminal within that environment by clicking on the "Play" button.
Having completed the steps above, we use pip
to install the ISLP
package:
pip install ISLP
The ISLP
labs use torch
and various related packages for the lab on deep learning. The requirements
are included in the requirements for ISLP
with the exception of those needed
for the labs which are included in the requirements for the labs.
If JupyterLab is not already installed, run the following after having activated your islp
environment:
pip install jupyterlab
Either use the same pip
command above or install JupyterLab from the Home
tab. Ensure that the environment
is your islp
environment. This information appears near the top left in the Anaconda Home
page.
See the docs for the latest documentation.
- Jonathan Taylor
- Trevor Hastie
- Gareth James
- Robert Tibshirani
- Daniela Witten
Thanks goes to these wonderful people (emoji key):
danielawitten 💻 🖋 |
trevorhastie 💻 🖋 |
tibshirani 💻 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!