mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 02:17:43 +00:00
fix a bug in feature selection prompt (#333)
This commit is contained in:
@@ -272,9 +272,9 @@ feature_selection_feedback_generation:
|
||||
Result: {{exp.result}}
|
||||
|
||||
Available Features:
|
||||
{% for feature in available_features %}
|
||||
- {{feature.name}}: {{feature.description}}
|
||||
Shape: {{feature.shape}}
|
||||
{% for feature, shape in available_features %}
|
||||
Features description: {{feature}}
|
||||
Feature shape: {{shape}}
|
||||
{% endfor %}
|
||||
|
||||
Compare and observe the results. Which result has a better return and lower risk? If the performance increases, the hypothesis should be considered positive (working).
|
||||
|
||||
Reference in New Issue
Block a user