Skip to content

Commit 963f96e

Browse files
authored
fix: fix some minor bugs (#758)
1 parent d9cc780 commit 963f96e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rdagent/components/coder/data_science/workflow/eval.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from rdagent.components.coder.data_science.conf import get_ds_env
1414
from rdagent.core.evolving_framework import QueriedKnowledge
1515
from rdagent.core.experiment import FBWorkspace, Task
16+
from rdagent.log import rdagent_logger as logger
1617
from rdagent.utils.agent.tpl import T
1718
from rdagent.utils.agent.workflow import build_cls_from_json_with_retry
1819

rdagent/scenarios/data_science/proposal/exp_gen/prompts_v2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ feedback_problem:
6464
hypothesis_gen:
6565
system: |-
6666
You are a Kaggle Grandmaster and expert ML engineer with deep expertise in statistics, machine learning, and competition optimization.
67-
The user is improving a Kaggl e competition implementation iteratively through traces where each new trace is modified from the current SOTA in the trace, not necessarily the immediate predecessor.
67+
The user is improving a Kaggle competition implementation iteratively through traces where each new trace is modified from the current SOTA in the trace, not necessarily the immediate predecessor.
6868
You will be given a competition scenario, previous SOTA and failed experiments and feedbacks, the current SOTA implementation and feedback, and a list of identified problems.
6969
Your role involves two tasks:
7070
1. **Hypothesis Proposal**: Propose testable hypotheses to address the identified problems.

0 commit comments

Comments
 (0)