> For the complete documentation index, see [llms.txt](https://lady-h-s-applied-data-science-wo.gitbook.io/applied-data-science-in-my-garden/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lady-h-s-applied-data-science-wo.gitbook.io/applied-data-science-in-my-garden/lotus-queen.md).

# Lotus Queen

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td></td><td><div><figure><img src="/files/4HQby2zWC9NROjXDW8S2" alt=""><figcaption></figcaption></figure></div></td><td></td><td></td><td></td></tr><tr><td><p>Lady H. travels across the universe in her spaceship, exploring distant galaxies and uncovering the unique traits of each place. Her journeys are challenging but often bring unexpected rewards.</p><p>Ten years ago, she landed on Planet Sapphire, where 95% of the surface is covered in snow. She came to explore its local fruits, which have a stunning crystalline look—crystal grapes, mangos, cherries, and even coffee and chocolate made from crystalized beans. Everything tastes extraordinary.</p></td><td><p>Soon after arriving, many of Lady H.'s friends fell ill with lasting fevers, and their medicine failed to help. Determined to find a cure, she sought help from locals, who led her to Lake Crystal—a frozen lake with blooming lotuses. The water near these flowers quickly healed her friends.</p><p>Impressed by the lotus' power, Lady H. brought some back with her, starting the first collection in her garden, now called the "Lotus Queen."</p></td><td></td><td></td><td></td><td></td></tr></tbody></table>

## Why Lotus Blooms in Winter?

All because of **Optimization**—and everything you'll see here is about **optimization**!

* 🌱 [Hyperparameter Optimization](/applied-data-science-in-my-garden/lotus-queen/hyperparameter-optimization-hpo.md)
* 🌱 [Prompt Optimization](/applied-data-science-in-my-garden/lotus-queen/prompt-optimization.md)

## By the way, an outlier! 😉

Have you already noticed that Lotus Queen is a typical outlier?

<figure><img src="/files/1y0Gtxj1VgvKXKN5pd56" alt=""><figcaption></figcaption></figure>

Normal lotus blooms in summer and opens petals every morning. One the opposite, Lotus Queen opens her buds at every winter night.

Figure 1.1 shows the difference.

<figure><img src="/files/UTby0owgF5qjp4flYJWs" alt="" width="438"><figcaption></figcaption></figure>

Meanwhile, do you know Python allows you to plot whatever icon in a visualization, such as this lotus icon?

🌻 [Click to see how to plot figure 1.1 in python >>](https://github.com/lady-h-world/My_Garden/blob/main/code/queen_lotus/lotus_queen.ipynb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lady-h-s-applied-data-science-wo.gitbook.io/applied-data-science-in-my-garden/lotus-queen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
