mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 03:57:45 +00:00
feat: update prompts and descriptions for data science components (#731)
* docs: Update prompts and descriptions for data science components * chore: Remove outdated comments from conf.py * feat: Add metric_name attribute to DataScienceScen class * style: Update description in prompts.yaml and reorder metric_name init * docs: Update prompts.yaml with feature engineering guidelines
This commit is contained in:
@@ -95,7 +95,8 @@ class EnsembleMultiProcessEvolvingStrategy(MultiProcessEvolvingStrategy):
|
||||
.render(
|
||||
model_names=[
|
||||
fn[:-3] for fn in workspace.file_dict.keys() if fn.startswith("model_") and "test" not in fn
|
||||
]
|
||||
],
|
||||
metric_name=self.scen.metric_name,
|
||||
)
|
||||
)
|
||||
code_spec = T("scenarios.data_science.share:component_spec.general").r(
|
||||
|
||||
Reference in New Issue
Block a user