Skip to content

ArturoAmorQ/euroscipy_2022_evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EuroSciPy 2022 - Evaluating your ML models tutorial

Follow the intro slides here.

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
  • pandas
  • matplotlib
  • seaborn
  • scikit-learn >= 1.2.0

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 evaluation-tutorial conda environment executing:

$ conda env create -f environment.yml

and later activate the environment:

$ conda activate evaluation-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