Skip to content

jennan/sklearn_tutorial_lite

Repository files navigation

Scikit-learn Tutorial

Original tutorial material from Jake VanderPlas

This repository contains notebooks and other files associated with the Scikit-learn tutorial. The notebooks have been updated by NeSI (http://github.com/nesi/sklearn_tutorial.git) to run with recent versions of Python and dependencies.

Recordings of the original workshop are available on Youtube:

Installation Notes

You can run the notebooks directly in your web browser at https://jennan.github.io/sklearn_tutorial_lite.

If you prefer to run on your own computer then we recommend that you download and install Miniconda. Once Miniconda is installed, navigate to your local copy of the repository and use the following command to create a Conda environment with all required packages:

conda env create -f environment_local.yml

Then activate your environment:

conda activate skl_tut

The tutorial material has been tested with the following package versions:

Downloading the Tutorial Materials

We have already installed all the notebooks on NeSI JupyterHub. However, if you prefer to run on your laptop, you will need to clone the repository:

git clone https://github.com/nesi/sklearn_tutorial.git

Note also that some of the code in these notebooks will not work outside the directory structure of this tutorial, so it is important to clone the full repository if possible.

Notebook Listing

If you have followed the installation instructions to run on your laptop, start JupyterLab:

jupyter lab 

Then navigate the directory structure. The notebooks are under the directory notebooks. Click on Index.ipynb to get started.

About

Scikit-learn tutorial running on JupyterLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published