Skip to content

Commit 39182a9

Browse files
Update README.md
1 parent 7519189 commit 39182a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/spaceship-titanic/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This example demonstrates using Weco to optimize a Python script designed for th
55
## Setup
66

77
1. Ensure you are in the `examples/spaceship-titanic` directory.
8-
2. **Install Dependencies:** Install the required Python packages:
8+
2. `pip install weco`
9+
3. Set up LLM API Key, `export OPENAI_API_KEY="your_key_here"`
10+
4. **Install Dependencies:** Install the required Python packages:
911
```bash
1012
pip install -r requirements-test.txt
1113
```
@@ -20,7 +22,7 @@ weco run --source evaluate.py \
2022
--metric accuracy \
2123
--maximize true \
2224
--steps 20 \
23-
--model gemini-2.5-pro-exp-03-25 \
25+
--model o4-mini \
2426
--additional-instructions "Improve feature engineering, model choice and hyper-parameters."
2527
--log-dir .runs/spaceship-titanic
2628
```

0 commit comments

Comments
 (0)