BreezeML

The Zen garden

When the metrics are honest and the work is done, rest. Yes, these are real functions.

zen() 路 haiku() 路 fortune() 路 sensei()

breezeml.zen()

A 60-second breathing pause, a haiku about your model, a fortune for your next step, or a word of wisdom from the sensei.

In plain English: Yes, these are real functions: a breathing pause, a haiku about your model, a fortune, or a word from the sensei.

Exampleruns locally after pip install
import breezeml

breezeml.haiku()
breezeml.fortune()
breezeml.sensei()

guide()

breezeml.guide()

Lost? guide() prints a friendly map of the whole library and suggests the next step for your task.

In plain English: Lost? It prints a map of the whole library and points you to the next step.

Exampleruns locally after pip install
import breezeml

breezeml.guide()

All sections