Current section
Files
Jump to
Current section
Files
lib/snakebridge_generated/dspy/evaluate/auto_evaluation/__init__.ex
# Generated by SnakeBridge v0.12.0 - DO NOT EDIT MANUALLY
# Regenerate with: mix compile
# Library: dspy 3.1.2
# Python module: dspy.evaluate.auto_evaluation
defmodule Dspy.Evaluate.AutoEvaluation do
@moduledoc """
Submodule bindings for `dspy.evaluate.auto_evaluation`.
"""
def __snakebridge_python_name__, do: "dspy.evaluate.auto_evaluation"
def __snakebridge_library__, do: "dspy"
@doc """
"""
@spec f1_score(term(), term(), keyword()) :: {:ok, term()} | {:error, Snakepit.Error.t()}
def f1_score(precision, recall, opts \\ []) do
SnakeBridge.Runtime.call(__MODULE__, :f1_score, [precision, recall], opts)
end
end