File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
examples/spaceship-titanic Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ This example demonstrates using Weco to optimize a Python script designed for th
55## Setup
66
771 . 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` ` `
You can’t perform that action at this time.
0 commit comments