leo.blog();

Kaggle

Kaggle is a website that runs Machine learning competitions. It has lots of content if you’re interested in Data science.

The meta

Most of the time on Kaggle competitions, the winning solution involves gradient-boosted trees and ensembling.

Kaggle CLI

There is an official Kaggle CLI for downloading datasets etc.

You can run it with uv like this:

uv run --with kaggle kaggle competitions download -c brist1d

Leave a Comment