We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f887a commit 5684d0dCopy full SHA for 5684d0d
freqtrade/config_schema/config_schema.py
@@ -296,8 +296,8 @@
296
"description": (
297
"The class name of the hyperopt loss function class (IHyperOptLoss). "
298
"Different functions can generate completely different results, "
299
- "since the target for optimization is different. Built-in Hyperopt-loss-functions are: "
300
- f"{', '.join(HYPEROPT_LOSS_BUILTIN)}"
+ "since the target for optimization is different. "
+ f"Built-in Hyperopt-loss-functions are: {', '.join(HYPEROPT_LOSS_BUILTIN)}"
301
),
302
"type": "string",
303
},
0 commit comments