GithubHelp home page GithubHelp logo

islp's Introduction

ISLP

This package collects data sets and various helper functions for ISLP.

Install instructions

Mac OS X / Linux

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

Windows

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.

Installing ISLP

Having completed the steps above, we use pip to install the ISLP package:

pip install ISLP

Torch requirements

The ISLP labs use torch and various related packages for the lab on deep learning. The requirements can be found here. Alternatively, you can install them directly using pip within a terminal. As above, ensure that you have activated that conda environment (Mac OS or Linux) or started a terminal within that environment from the Anaconda app (Windows).

pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP/main/torch_requirements.txt

Jupyter

Mac OS X

If JupyterLab is not already installed, run the following after having activated your islp environment:

pip install jupyterlab

Windows

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.

Documentation

See the read the docs page for the latest documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.