Skip to content

glemaitre/eupython_2022

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

EuroPython 2022 - scikit-learn tutorial

Some intro slides

Follow the tutorial online

  • Launch an online notebook environment using: Binder

You need an internet connection but you will not have to install any package locally.

Running the tutorial locally

Dependencies

The tutorials will require the following packages:

  • python
  • jupyter
  • scikit-learn
  • pandas
  • matplotlib
  • seaborn
  • shap

Local install

We provide both requirements.txt and environment.yml to install packages.

You can install the packages using pip:

$ pip install -r requirements.txt

You can create an sklearn-tutorial conda environment executing:

$ conda env create -f environment.yml

and later activate the environment:

$ conda activate sklearn-tutorial

You might also only update your current environment using:

$ conda env update --prefix ./env --file environment.yml  --prune

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published