Kaggle / learntools

Tools and tests used in Kaggle Learn exercises
Apache License 2.0
447 stars 231 forks source link

Purpose

The checking code and notebooks used in Kaggle Learn courses.

Everything here is open source, but these materials haven't been designed to work independently and likely aren't useful outside of Kaggle Learn.

Structure

This repo is split into two types of material.

Some courses have notebooks in a subdirectory of the learntools package, reflecting the fact these notebooks were authored and edited outside our templating system.

Running the tests

Run all tests against the staging image:

./test.sh

Run all tests against a specific image:

./test.sh -i gcr.io/kaggle-images/python:some-tag

Run only the tests for the computer_vision track:

./test.sh -t computer_vision

Run only the tests for the 1st exercise of the computer_vision track:

./test.sh -t computer_vision -n ex1